aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2019-02-01 13:56:25 -0500
committerPaul Ganssle <paul@ganssle.io>2019-02-01 14:39:33 -0500
commitd012529dbc6576dd5cfe31cafea3d8061ec5ef4f (patch)
tree78bf66b0d10ee46510c7960f7a6ec9bc12c67a17 /pyproject.toml
parentde36b62e1ac7581cf8fc9a5ca9bdc5ec812f5dae (diff)
downloadexternal_python_setuptools-d012529dbc6576dd5cfe31cafea3d8061ec5ef4f.tar.gz
external_python_setuptools-d012529dbc6576dd5cfe31cafea3d8061ec5ef4f.tar.bz2
external_python_setuptools-d012529dbc6576dd5cfe31cafea3d8061ec5ef4f.zip
Drop build-backend from pyproject.toml
Because we do not include setuptools in our build requirements and there is no mechanism for a PEP 517 backend to bootstrap itself, setuptools cannot use setuptools.build_meta as its backend, and cannot use PEP 517 to build itself. Additionally, if you specify build-backend, it is impossible to disable PEP 517 builds with pip's --no-use-pep517 flag.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 4ef804ec..07c23bb5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,5 @@
[build-system]
requires = ["wheel"]
-build-backend = "setuptools.build_meta"
[tool.towncrier]
package = "setuptools"