Skip to content

Commit ca6c311

Browse files
seismanJosh Sixsmith
authored and
Josh Sixsmith
committed
Set setuptools_scm fallback_version to follow PEP440 (GenericMappingTools#1945)
1 parent 0e0f4f5 commit ca6c311

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
@@ -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)