comment out license for validation for now

This commit is contained in:
Wing Lian
2025-03-21 08:20:28 -04:00
parent 42e32223c9
commit edea25bd58

View File

@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=64", "wheel", "setuptools_scm>=8", "packaging>=24.2"]
requires = ["setuptools>=64", "wheel", "setuptools_scm>=8", "packaging==23.2"]
build-backend = "setuptools.build_meta"
[project]
@@ -8,7 +8,7 @@ dynamic = ["version", "dependencies", "optional-dependencies"]
description = "LLM Trainer"
readme = "README.md"
requires-python = ">=3.10"
license = "Apache-2.0"
# license = "Apache-2.0"
[project.scripts]
axolotl = "axolotl.cli.main:main"