From c97a0a2747ff0044ba8056c88bef718c8759d1a7 Mon Sep 17 00:00:00 2001 From: testvalue Date: Fri, 6 Mar 2026 11:23:29 -0500 Subject: [PATCH] fix(build): strips local version segment for PyPI compatibility --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 72a11d8..067c1f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,6 +33,7 @@ source = "vcs" [tool.hatch.version.raw-options] version_scheme = "only-version" +local_scheme = "no-local-version" [build-system] requires = ["hatchling", "hatch-vcs"]