summaryrefslogtreecommitdiff
path: root/pyproject.toml.in
diff options
context:
space:
mode:
authorGraham Dumpleton <Graham.Dumpleton@gmail.com>2019-12-20 17:11:31 +1100
committerGraham Dumpleton <Graham.Dumpleton@gmail.com>2019-12-20 17:11:31 +1100
commit2b51ee931265a77a2afd148dde3264c2b2600e67 (patch)
tree5b7e955e4ff424ecd34b9260cc6af1253fca4e7b /pyproject.toml.in
parent217e80b7436035723b80ff02ee349365e8553dfc (diff)
parent4b89893ca3832adae3c464716634932cb5db47ab (diff)
downloadmod_wsgi-4.7.0.tar.gz
Merge branch 'release/4.7.0'4.7.0
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__"