pyproject.toml

Wed, 23 Nov 2022 10:57:57 +0200

author
Tuomo Valkonen <tuomov@iki.fi>
date
Wed, 23 Nov 2022 10:57:57 +0200
changeset 146
e79cc90c7798
parent 138
26080284df3c
permissions
-rw-r--r--

Use borg list --glob-archives instead of --prefix, as the latter seems to have been obsoleted.

138
26080284df3c Add skeleton pyproject.toml
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
1 [build-system]
26080284df3c Add skeleton pyproject.toml
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
2 requires = ["setuptools", "wheel", "py2app"]
26080284df3c Add skeleton pyproject.toml
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
3 build-backend = "setuptools.build_meta"

mercurial