Add --version

This commit is contained in:
Leo Vasanko
2026-01-17 23:43:14 +00:00
parent 7fc549e2f3
commit ee4e682cfc
3 changed files with 14 additions and 0 deletions
+3
View File
@@ -22,6 +22,9 @@ fastapi-vue-setup = "fastapi_vue_setup:main"
[tool.hatch.version]
source = "vcs"
[tool.hatch.build.hooks.vcs]
version-file = "_version.py"
[tool.hatch.build.targets.wheel]
include = ["fastapi_vue_setup.py", "template/**/*", "_version.py"]