summaryrefslogtreecommitdiff
path: root/science/py-signac/files/patch-pyproject.toml
blob: fb01197bcedc7313cb07fe728c738cc29805889c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pyproject.toml.orig	2023-05-04 06:58:21 UTC
+++ pyproject.toml
@@ -3,7 +3,7 @@
 # This software is licensed under the BSD 3-Clause License.
 [build-system]
 build-backend = "setuptools.build_meta"
-requires = ["setuptools>=64.0.0"]
+requires = ["setuptools>0"]
 
 [project]
 name = "signac"