We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
versioningit
1 parent 199f697 commit 0f59e15Copy full SHA for 0f59e15
1 file changed
pyproject.toml
@@ -1,12 +1,13 @@
1
[build-system]
2
-requires = ["hatchling >= 1.26"]
+requires = ["hatchling >= 1.26", "versioningit"]
3
build-backend = "hatchling.build"
4
5
[tool.hatch.build.targets.wheel]
6
packages = ["src/crate"]
7
8
[tool.hatch.version]
9
-path = "src/crate/client/__init__.py"
+source = "versioningit"
10
+default-version = "0.0.0+unknown"
11
12
[project]
13
name = "crate"
0 commit comments