From 6e0fed0ce78e352808834e5b3e8d5b58b1a526fd Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Fri, 21 Mar 2025 07:25:09 -0400 Subject: [PATCH] use license instead of license-file --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e3c6cae69..cfa1709b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dynamic = ["version", "dependencies", "optional-dependencies"] description = "LLM Trainer" readme = "README.md" requires-python = ">=3.10" -license-files = ["LICENSE"] +license = "Apache-2.0" [project.scripts] axolotl = "axolotl.cli.main:main"