Skip to content

Commit d7dbe3d

Browse files
authored
Add versioningit (#3)
1 parent fea4669 commit d7dbe3d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=42", "wheel"]
2+
requires = ["setuptools>=42", "wheel", "versioningit"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -74,3 +74,5 @@ max-complexity = 18
7474

7575
[tool.mypy]
7676
python_version = "3.7"
77+
78+
[tool.versioningit]

0 commit comments

Comments
 (0)