From 3ecbab1ab3fa38952ae6054c2560f00523b52e4b Mon Sep 17 00:00:00 2001 From: Dmitrii Kharitonov Date: Sun, 29 Jun 2025 17:54:01 +0200 Subject: [PATCH] Add local_scheme option to hatch version configuration --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ce64231..1102751 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,6 +38,7 @@ build-backend = "hatchling.build" [tool.hatch.version] source = "vcs" +raw-options = { local_scheme = "no-local-version" } [tool.ruff] target-version = "py39"