From 2654ca1f6200234d61cb861b0fe1c3c9a18b4605 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Fri, 5 Apr 2024 07:51:52 -0700 Subject: [PATCH] pyproject: don't use local version for test pypi --- .gitignore | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f0feef95d..bdd82155d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ env/ __pycache__/ *~ venv +.venv #*# # Distribution / packaging diff --git a/pyproject.toml b/pyproject.toml index 46ebc7660..d0f4ac109 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,4 +51,4 @@ where = ["src"] pythonpath = ["src"] [tool.setuptools_scm] -# Empty +local_scheme = "no-local-version"