We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acfc00d commit 8ff049dCopy full SHA for 8ff049d
pyproject.toml
@@ -40,8 +40,8 @@ Issues = "https://github.com/diffpy/diffpy.utils/issues"
40
[tool.setuptools-git-versioning]
41
enabled = true
42
template = "{tag}"
43
-dev_template = "{tag}.post{ccount}"
44
-dirty_template = "{tag}.post{ccount}"
+dev_template = "{tag}"
+dirty_template = "{tag}"
45
46
[tool.setuptools.packages.find]
47
where = ["src"] # list of folders that contain the packages (["."] by default)
0 commit comments