Skip to content

Commit ea8d309

Browse files
committed
use same regex
1 parent 8f02933 commit ea8d309

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ readme = {file = "README.md", content-type = "text/markdown"}
5656
[tool.setuptools_scm]
5757
write_to = "gsw/_version.py"
5858
write_to_template = "__version__ = '{version}'"
59+
tag_regex = "^(?P<prefix>v)?(?P<version>[^\\+]+)(?P<suffix>.*)?$"
5960

6061
[tool.check-manifest]
6162
ignore = [

0 commit comments

Comments
 (0)