Skip to content

Commit d8c027e

Browse files
committed
Adding git versioning to pyproject.toml for tagging
1 parent 87afbde commit d8c027e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

py/pyproject.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[build-system]
22
requires = [
3-
"setuptools>=42",
4-
"wheel"
3+
"setuptools>=42",
4+
"setuptools-git-versioning",
5+
"wheel"
56
]
7+
build-backend = "setuptools.build_meta"
68

7-
build-backend="setuptools.build_meta"
9+
[tool.setuptools-git-versioning]
10+
enabled = true

0 commit comments

Comments
 (0)