Skip to content

Commit 8ff049d

Browse files
committed
pyproject.toml version number
1 parent acfc00d commit 8ff049d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ Issues = "https://github.com/diffpy/diffpy.utils/issues"
4040
[tool.setuptools-git-versioning]
4141
enabled = true
4242
template = "{tag}"
43-
dev_template = "{tag}.post{ccount}"
44-
dirty_template = "{tag}.post{ccount}"
43+
dev_template = "{tag}"
44+
dirty_template = "{tag}"
4545

4646
[tool.setuptools.packages.find]
4747
where = ["src"] # list of folders that contain the packages (["."] by default)

0 commit comments

Comments
 (0)