Skip to content

Commit

Permalink
Bump to more modern version of setuptools_scm
Browse files Browse the repository at this point in the history
And remove v prefix from fallback version

Signed-off-by: Philippe Ombredanne <[email protected]>
  • Loading branch information
pombredanne committed May 31, 2021
1 parent 69eec23 commit 0e09ad9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[build-system]
requires = ["setuptools >= 50", "wheel", "setuptools_scm[toml] >= 4"]
requires = ["setuptools >= 50", "wheel", "setuptools_scm[toml] >= 6"]
build-backend = "setuptools.build_meta"

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

[tool.pytest.ini_options]
norecursedirs = [
Expand Down

0 comments on commit 0e09ad9

Please sign in to comment.