25 lines
691 B
Diff
25 lines
691 B
Diff
From fe84b30ae6d72bac68972da3594897fe4de9eef4 Mon Sep 17 00:00:00 2001
|
|
From: Elliott Sales de Andrade <quantum.analyst@gmail.com>
|
|
Date: Sat, 25 Nov 2023 20:22:50 -0500
|
|
Subject: [PATCH 5/7] Allow older versioneer
|
|
|
|
Signed-off-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
|
|
---
|
|
pyproject.toml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/pyproject.toml b/pyproject.toml
|
|
index 0bd83d31..1f820da4 100644
|
|
--- a/pyproject.toml
|
|
+++ b/pyproject.toml
|
|
@@ -1,5 +1,5 @@
|
|
[build-system]
|
|
-requires = ["setuptools>=62.6", "versioneer[toml]==0.29"]
|
|
+requires = ["setuptools>=62.6", "versioneer[toml]>=0.28"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
--
|
|
2.42.0
|
|
|