Use metadata in version number
This commit is contained in:
parent
d49c76791a
commit
6b455b66d5
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue