pyproject.toml

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 149
4d5cb76f86a2
permissions
-rw-r--r--

Fix setuptools version that still works

138
26080284df3c Add skeleton pyproject.toml
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
1 [build-system]
154
b2d9ceffb6f0 Fix setuptools version that still works
Tuomo Valkonen <tuomov@iki.fi>
parents: 149
diff changeset
2 requires = ["setuptools==66.1.1", "wheel", "py2app", "ssdpy", "keyring"]
138
26080284df3c Add skeleton pyproject.toml
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
3 build-backend = "setuptools.build_meta"

mercurial