Use metadata in version number

This commit is contained in:
Robert Taylor 2023-01-09 17:43:31 +00:00 committed by Jean-Paul Chaput
parent d49c76791a
commit 6b455b66d5
1 changed files with 1 additions and 6 deletions

View File

@ -14,12 +14,7 @@ enable = true
dirty = true
vcs = "git"
style = "pep440"
pattern = '''
(?x)
^coriolis-((?P<epoch>\d+)!)?(?P<base>\d+(\.\d+)*)
([-._]?((?P<stage>[a-zA-Z]+)[-._]?(?P<revision>\d+)?))?
(\+(?P<tagged_metadata>.+))?$
'''
metadata = "true"
[tool.poetry.dependencies]
python = "^3.8"