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