aboutsummaryrefslogtreecommitdiffstats
path: root/irc/py-sopel-help/files/patch-pyproject.toml
blob: 1e3f5d9f1e978191607195ede5cd1400178ac643 (plain) (blame)
1
2
3
4
5
6
7
8
9
--- pyproject.toml.orig	2024-06-10 20:59:27 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
 [build-system]
-requires = ["setuptools>=68.0", "wheel"]
+requires = ["setuptools", "wheel"]
 build-backend = "setuptools.build_meta"
 
 [tool.setuptools]