summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-11-13 21:32:50 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2018-11-13 21:42:22 +0100
commitfe33c56b60ae88ea3ad1632ef8193176a9b1906f (patch)
tree4e80326bae04fdec5bfb3fcb0ff121e23429f6a2 /pyproject.toml
parent75607ef2a6daf8d10f5f83cec590893946202bb4 (diff)
downloadpygobject-fe33c56b60ae88ea3ad1632ef8193176a9b1906f.tar.gz
Revert "Revert "Add PEP518/pyproject.toml file""
This was reverted because pip didn't support installing build deps from sdists. But this looks fixed since https://github.com/pypa/pip/pull/5336 pip now builds and installs pycairo before building pygobject. This reverts commit ad1bbfa148b7734e2fca3c9f0e14ddab630bc354.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 00000000..830e77af
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,2 @@
+[build-system]
+requires = ["setuptools", "wheel", "pycairo"]