aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-12-29 03:15:02 -0500
committerJason R. Coombs <jaraco@jaraco.com>2018-12-29 04:00:33 -0500
commitb6b5c710b9f4b1b3aa21256a2065f4e917201b0e (patch)
treec093a216baedbe897da8cba4a5c23fa98f059cc9
parent8e25ed93913d34687de9a701e112a8ea5804d1cb (diff)
downloadexternal_python_setuptools-b6b5c710b9f4b1b3aa21256a2065f4e917201b0e.tar.gz
external_python_setuptools-b6b5c710b9f4b1b3aa21256a2065f4e917201b0e.tar.bz2
external_python_setuptools-b6b5c710b9f4b1b3aa21256a2065f4e917201b0e.zip
Add declaration indicating the PEP 517 build backend needed for building setuptools.
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 07c23bb5..4ef804ec 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,6 @@
[build-system]
requires = ["wheel"]
+build-backend = "setuptools.build_meta"
[tool.towncrier]
package = "setuptools"