25 lines
691 B
Diff
25 lines
691 B
Diff
From 2c54335ae19d25a3ae95989bcad67c3580aed17d 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 6/8] 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 ab317716..79f36f2c 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.43.0
|
|
|