summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormergify[bot] <mergify[bot]@users.noreply.github.com>2018-12-29 09:01:07 +0000
committerGitHub <noreply@github.com>2018-12-29 09:01:07 +0000
commit5635258a9510b05287c6a1933322549062bc5f5b (patch)
treec093a216baedbe897da8cba4a5c23fa98f059cc9
parent8e25ed93913d34687de9a701e112a8ea5804d1cb (diff)
parentb6b5c710b9f4b1b3aa21256a2065f4e917201b0e (diff)
downloadpython-setuptools-git-5635258a9510b05287c6a1933322549062bc5f5b.tar.gz
Merge pull request #1616 from pypa/feature/pep517-build
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"