aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Ganssle <pganssle@users.noreply.github.com>2019-02-01 15:06:01 -0500
committerGitHub <noreply@github.com>2019-02-01 15:06:01 -0500
commit92cf661c11effa048c4aeb36a79a8cba96e18a02 (patch)
tree78bf66b0d10ee46510c7960f7a6ec9bc12c67a17
parentde36b62e1ac7581cf8fc9a5ca9bdc5ec812f5dae (diff)
parentd012529dbc6576dd5cfe31cafea3d8061ec5ef4f (diff)
downloadexternal_python_setuptools-92cf661c11effa048c4aeb36a79a8cba96e18a02.tar.gz
external_python_setuptools-92cf661c11effa048c4aeb36a79a8cba96e18a02.tar.bz2
external_python_setuptools-92cf661c11effa048c4aeb36a79a8cba96e18a02.zip
Merge pull request #1669 from pganssle/drop_build_system
Drop build-backend from 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"