Skip to content

Commit 3c4244d

Browse files
committed
Remove setuptools_scm section from pyproject.toml
Signed-off-by: Jono Yang <[email protected]>
1 parent 604180f commit 3c4244d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pyproject.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
requires = ["setuptools >= 50", "wheel", "setuptools_scm[toml] >= 6", "Cython"]
33
build-backend = "setuptools.build_meta"
44

5-
[tool.setuptools_scm]
6-
# this is used populated when creating a git archive
7-
# and when there is .git dir and/or there is no git installed
8-
fallback_version = "9999.$Format:%h-%cs$"
9-
105
[tool.pytest.ini_options]
116
norecursedirs = [
127
".git",

0 commit comments

Comments
 (0)