We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f02933 commit ea8d309Copy full SHA for ea8d309
1 file changed
pyproject.toml
@@ -56,6 +56,7 @@ readme = {file = "README.md", content-type = "text/markdown"}
56
[tool.setuptools_scm]
57
write_to = "gsw/_version.py"
58
write_to_template = "__version__ = '{version}'"
59
+tag_regex = "^(?P<prefix>v)?(?P<version>[^\\+]+)(?P<suffix>.*)?$"
60
61
[tool.check-manifest]
62
ignore = [
0 commit comments