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"