Skip to content

Commit f605b68

Browse files
authored
Set setuptools_scm fallback_version to follow PEP440 (#1945)
1 parent 8c2a7fc commit f605b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[tool.setuptools_scm]
66
local_scheme = "node-and-date"
7-
fallback_version = "unknown"
7+
fallback_version = "999.999.999+unknown"
88

99
[tool.coverage.run]
1010
omit = ["*/tests/*", "*pygmt/__init__.py"]

0 commit comments

Comments
 (0)