From 965570139cc05df0e35bdbcc179e5f48eb375f9b Mon Sep 17 00:00:00 2001 From: squid-protocol Date: Fri, 24 Apr 2026 17:48:12 -0400 Subject: [PATCH] pypi fix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c537cf5..2bfc3b1 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,4 +87,4 @@ exclude = [ [tool.setuptools_scm] # This tells it to expect tags like "v2.0.5" instead of just "2.0.5" -tag_regex = "^v?(?P[vV]?\d+(?:\.\d+){0,2}[^\+]*)(?:\+.*)?$" +tag_regex = '^v?(?P[vV]?\d+(?:\.\d+){0,2}[^\+]*)(?:\+.*)?$'