Skip to content

Commit 1364bbb

Browse files
committed
Add note for setuptools_scam fallback version
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent ca6ab21 commit 1364bbb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

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

55
[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
68
fallback_version = "v9999.$Format:%h-%cs$"
79

810
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)