diff --git a/pyproject.toml b/pyproject.toml index 5c33ef56..64e1efce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,12 +14,7 @@ enable = true dirty = true vcs = "git" style = "pep440" -pattern = ''' - (?x) - ^coriolis-((?P\d+)!)?(?P\d+(\.\d+)*) - ([-._]?((?P[a-zA-Z]+)[-._]?(?P\d+)?))? - (\+(?P.+))?$ -''' +metadata = "true" [tool.poetry.dependencies] python = "^3.8"