Skip to content

Commit def8bc6

Browse files
Use correct PEP 440 fallback version
Reference: #86 Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent 265e612 commit def8bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
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 = "9999.$Format:%h-%cs$"
8+
fallback_version = "9999+$Format:%h$"
99

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

0 commit comments

Comments
 (0)