Skip to content

Commit

Permalink
Set setuptools_scm fallback_version to follow PEP440 (#1945)
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Jun 11, 2022
1 parent 8c2a7fc commit f605b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

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

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

0 comments on commit f605b68

Please sign in to comment.