We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b9fea7 commit 287bfdbCopy full SHA for 287bfdb
2 files changed
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["hatchling"]
+requires = ["hatchling", "hatch-vcs"]
3
build-backend = "hatchling.build"
4
5
[project]
@@ -37,7 +37,7 @@ Issues = "https://github.com/nocomplexity/codeaudit/issues"
37
Source = "https://github.com/nocomplexity/codeaudit"
38
39
[tool.hatch.version]
40
-path = "src/codeaudit/__about__.py"
+source = "vcs"
41
42
43
[tool.hatch.build.targets.wheel]
src/codeaudit/__about__.py
0 commit comments