Version dev (#3365)

This commit is contained in:
Wing Lian
2026-01-20 22:58:29 -05:00
committed by GitHub
parent 6e42def14b
commit 8ab9d9ea88
5 changed files with 13 additions and 10 deletions

View File

@@ -24,6 +24,9 @@ Repository = "https://github.com/axolotl-ai-cloud/axolotl.git"
py-modules = ["setuptools_axolotl_dynamic_dependencies"]
include-package-data = true
[tool.setuptools.dynamic]
version = { file = "VERSION" }
[tool.setuptools.cmdclass]
build_py = "setuptools_axolotl_dynamic_dependencies.BuildPyCommand"