diff --git a/pyproject.toml b/pyproject.toml index fda13dc..2a83c8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,8 +75,7 @@ build.hooks.vcs.version-file = "src/pyia/_version.py" features = ["test"] scripts.test = "pytest {args}" -[tool.setuptools_scm] -# Enables uploads to testpypi - see https://github.com/pypa/setuptools_scm/issues/342 +[tool.hatch.version.raw-options] local_scheme = "no-local-version" [tool.pytest.ini_options]