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",