Fix setuptools version that still works draft tip

Wed, 04 Jun 2025 10:26:28 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Wed, 04 Jun 2025 10:26:28 -0500
changeset 154
b2d9ceffb6f0
parent 153
4efb3abc77f3

Fix setuptools version that still works

pyproject.toml file | annotate | diff | comparison | revisions
--- a/pyproject.toml	Wed Jun 04 21:18:16 2025 -0500
+++ b/pyproject.toml	Wed Jun 04 10:26:28 2025 -0500
@@ -1,3 +1,3 @@
 [build-system]
-requires = ["setuptools", "wheel", "py2app", "ssdpy", "keyring"]
+requires = ["setuptools==66.1.1", "wheel", "py2app", "ssdpy", "keyring"]
 build-backend = "setuptools.build_meta"

mercurial