summaryrefslogtreecommitdiff
path: root/devel/py-donfig/files/patch-pyproject.toml
blob: efe2cdf54652c55cb478e91de9daab1f866cb642 (plain) (blame)
1
2
3
4
5
6
7
8
9
--- pyproject.toml.orig	2024-05-23 14:13:41 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
 [build-system]
-requires = ["setuptools>=62.6", "versioneer[toml]==0.28"]
+requires = ["setuptools>=62.6", "versioneer[toml]>=0.28"]
 build-backend = "setuptools.build_meta"
 
 [project]