From 53af6a2a87bc12770cd9a76ec8c057b0089f54e9 Mon Sep 17 00:00:00 2001 From: Robert Taylor Date: Mon, 9 Jan 2023 17:43:31 +0000 Subject: [PATCH] Use metadata in version number --- pyproject.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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"