diff --git a/pyproject.toml b/pyproject.toml index fe2a9bd..4e4cec6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,10 @@ build-backend = "hatchling.build" [tool.hatch.version] source = "vcs" +# Allows pypi uploads. ref: https://github.com/ofek/hatch-vcs/discussions/12 +[tool.hatch.version.raw-options] +local_scheme = "no-local-version" + [project] name = "tilekiln" dynamic = ["version"]