pyproject.toml

Mon, 02 Jun 2025 23:02:42 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Mon, 02 Jun 2025 23:02:42 -0500
changeset 151
41adab2ef3f1
parent 149
4d5cb76f86a2
child 154
b2d9ceffb6f0
permissions
-rw-r--r--

Do not report questions from borg as errors.

Lack of answer should result in a separate error afterwards.

138
26080284df3c Add skeleton pyproject.toml
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
1 [build-system]
149
4d5cb76f86a2 Changes to the hacks the horrible shite known as py2app requires with keyring *today*.
Tuomo Valkonen <tuomov@iki.fi>
parents: 148
diff changeset
2 requires = ["setuptools", "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