Skip to content

Commit 702ff13

Browse files
committed
Add setuptools-scm to the pyproject.toml.
1 parent 2f734a7 commit 702ff13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ requires = [
33
# The minimum setuptools version is specific to the PEP 517 backend,
44
# and may be stricter than the version required in `setup.py`
55
"setuptools>=40.6.0",
6+
"setuptools-scm",
67
"wheel",
78
]
89
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)