summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-04-15 22:33:58 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-04-15 22:33:58 +0200
commitad1bbfa148b7734e2fca3c9f0e14ddab630bc354 (patch)
treea0f1f8e5679776232d9ad77376b0509d691ac8fa /pyproject.toml
parentd8ca2c297e1cfbc0071cb0fd0a8afd66664c8dfe (diff)
downloadpygobject-ad1bbfa148b7734e2fca3c9f0e14ddab630bc354.tar.gz
Revert "Add PEP518/pyproject.toml file"
This reverts commit b4ff23367a58e220fc0f3c4c277c2752b8f19be8. pip 10 can only install wheel dependencies, which we don't have. https://github.com/pypa/pip/issues/5244
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
deleted file mode 100644
index 830e77af..00000000
--- a/pyproject.toml
+++ /dev/null
@@ -1,2 +0,0 @@
-[build-system]
-requires = ["setuptools", "wheel", "pycairo"]