From edea25bd58ced5a4f322b59a46a2323060dde180 Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Fri, 21 Mar 2025 08:20:28 -0400 Subject: [PATCH] comment out license for validation for now --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cfa1709b1..eb85691dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"