We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f162c13 commit 5327f57Copy full SHA for 5327f57
1 file changed
pyproject.toml
@@ -35,6 +35,10 @@ homepage = "https://pedpy.readthedocs.io/"
35
requires = ["setuptools>=42", "wheel", "versioningit"]
36
build-backend = "setuptools.build_meta"
37
38
+[tool.versioningit.vcs]
39
+method = "git"
40
+default-tag = "0.0.0"
41
+
42
[tool.versioningit.format]
43
distance = "{next_version}.dev{distance}"
44
dirty = "{next_version}.dev{distance}"
0 commit comments