diff --git a/pyproject.toml b/pyproject.toml index 68163570..69657ad2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -105,6 +105,8 @@ packages = ["sc2ts"] [tool.setuptools_scm] write_to = "sc2ts/_version.py" +local_scheme = "no-local-version" + [tool.pytest.ini_options] testpaths = "tests"