use VERSION file and set dev version

This commit is contained in:
Wing Lian
2026-01-20 10:22:17 -05:00
parent 6e42def14b
commit 3f9555822e
5 changed files with 8 additions and 11 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"