From dab00ef9a6c329fb29d1b836c06b7a950179d66b Mon Sep 17 00:00:00 2001 From: amrothemich Date: Sat, 21 Jun 2025 05:44:24 -0400 Subject: [PATCH] Update pyproject.toml (#2778) Switched pyproject license to dictionary type --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 42b5e4cc49..0670f3003a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dynamic = ["version"] description = "2-5X faster LLM finetuning" readme = "README.md" requires-python = ">=3.9,<3.13" -license = "Apache-2.0" +license = {text = "Apache-2.0"} keywords = ["ai", "llm",] authors = [ {email = "info@unsloth.ai"},