Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPyfisch <pyfisch@posteo.org>2021-04-05 14:09:22 +0200
committerPyfisch <pyfisch@posteo.org>2021-04-05 14:09:22 +0200
commitc284092a15038355893c3ae20a42e3eb01d8295c (patch)
tree104b48f6c23d86140a0b84cfc640be5d8e017c7b /pyproject.toml
parent2c73989da4fc19de86e273f9fdda9840b312dff5 (diff)
Add .pyproject.toml file for PEP 517 compliance
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 00000000..9787c3bd
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,3 @@
+[build-system]
+requires = ["setuptools", "wheel"]
+build-backend = "setuptools.build_meta"