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