use license instead of license-file

This commit is contained in:
Wing Lian
2025-03-21 07:25:09 -04:00
parent 5ece44b4a8
commit 6e0fed0ce7

View File

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