Skip to content

Commit 0e09ad9

Browse files
committed
Bump to more modern version of setuptools_scm
And remove v prefix from fallback version Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 69eec23 commit 0e09ad9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

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

55
[tool.setuptools_scm]
66
# this is used populated when creating a git archive
77
# and when there is .git dir and/or there is no git installed
8-
fallback_version = "v9999.$Format:%h-%cs$"
8+
fallback_version = "9999.$Format:%h-%cs$"
99

1010
[tool.pytest.ini_options]
1111
norecursedirs = [

0 commit comments

Comments
 (0)