summaryrefslogtreecommitdiff
path: root/math/py-moarchiving/files/patch-pyproject.toml
blob: b55376150e5ed50a4b34b33c52f3b8a7d1337c69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pyproject.toml.orig	2025-04-17 21:02:13 UTC
+++ pyproject.toml
@@ -2,7 +2,7 @@ requires = [
 
 [build-system]
 requires = [
-    "setuptools >=70.1",
+    "setuptools >=61",
     # "setuptools-scm",   # if we want to use git versions for versioning
     # "wheel",  # setuptools doesn't need wheel anymore, see https://pypi.org/project/wheel/
 ]