We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69eec23 commit 0e09ad9Copy full SHA for 0e09ad9
pyproject.toml
@@ -1,11 +1,11 @@
1
[build-system]
2
-requires = ["setuptools >= 50", "wheel", "setuptools_scm[toml] >= 4"]
+requires = ["setuptools >= 50", "wheel", "setuptools_scm[toml] >= 6"]
3
build-backend = "setuptools.build_meta"
4
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 = "v9999.$Format:%h-%cs$"
+fallback_version = "9999.$Format:%h-%cs$"
9
10
[tool.pytest.ini_options]
11
norecursedirs = [
0 commit comments