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