From 2b3f4500b3a086590895af5b64336d767afddb66 Mon Sep 17 00:00:00 2001 From: Erik Heeren Date: Fri, 23 Feb 2024 14:37:45 +0100 Subject: [PATCH] setuptools_scm.local_scheme = no-local-version Should generate a dev version that's compatible with pypi --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 39140d52..2f4c3a53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,6 +39,7 @@ Tracker = "https://github.com/BlueBrain/neurodamus/issues" exclude=["tests"] [tool.setuptools_scm] +local_scheme = "no-local-version" [tool.pytest.ini_options] addopts = "--verbose"