summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"]