From 164efeb939f3376558ed1b599574e6709a3b8cd4 Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Tue, 17 Sep 2024 19:52:16 +0200 Subject: [PATCH] build: add a fallback version --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a47a897..48cd94a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,4 +65,5 @@ preview = true pyink-indentation = 2 pyink-use-majority-quotes = true -[tool.setuptools_scm] \ No newline at end of file +[tool.setuptools_scm] +fallback_version = "9999"