summaryrefslogtreecommitdiff
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
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
-rw-r--r--MANIFEST.in1
-rw-r--r--pyproject.toml2
2 files changed, 0 insertions, 3 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 10e97b6c..4cee2980 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,5 +1,4 @@
include setup.cfg
-include pyproject.toml
include COPYING
include *.in
include NEWS
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"]