blob: 5db316a7eddec8bc4ff42635960688a99a650185 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
--- pyproject.toml.orig 2023-04-14 18:33:58 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["setuptools>=62.6", "versioneer[toml]==0.29"]
+requires = ["setuptools>=62.6", "versioneer[toml]>=0.29"]
build-backend = "setuptools.build_meta"
[project]
|