aboutsummaryrefslogtreecommitdiffstats
path: root/biology/py-resdk/files/patch-pyproject.toml
blob: a9e3f87ed2f2ca4beab1e77cdecf62c1aac8366d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- pyproject.toml.orig	2023-01-28 05:39:12 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@
 [build-system]
 requires = [
-    "setuptools >= 64.0.0",
+    "setuptools >= 0",
     "setuptools_scm >= 6.4.0",
 ]
 build-backend = "setuptools.build_meta"