From b6f547d14adcff6eda751cf9c5410ed40b2013fd Mon Sep 17 00:00:00 2001 From: snomiao Date: Wed, 4 Sep 2024 20:08:15 +0000 Subject: [PATCH] chore(licence-update): Update PyProject Toml - License --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 09b00fa..02ac925 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "refiners" dynamic = ["version"] description = "The simplest way to train and run adapters on top of foundation models" authors = [{ name = "The Finegrain Team", email = "bonjour@lagon.tech" }] -license = "MIT" +license = { text = "MIT License" } dependencies = [ "torch>=2.1.1", "safetensors>=0.4.0",