summaryrefslogtreecommitdiff
path: root/pyproject.toml.in
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml.in')
-rw-r--r--pyproject.toml.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml.in b/pyproject.toml.in
new file mode 100644
index 0000000..17c19e3
--- /dev/null
+++ b/pyproject.toml.in
@@ -0,0 +1,3 @@
+[build-system]
+requires = ["setuptools>=40.8.0", "wheel", "mod_wsgi-httpd==2.4.41.1"]
+build-backend = "setuptools.build_meta:__legacy__"