summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorKOLANICH <KOLANICH@users.noreply.github.com>2020-04-10 14:46:21 +0000
committerGitHub <noreply@github.com>2020-04-10 20:16:21 +0530
commit3764736f20ef584ae03cfb2e2510ad087031652a (patch)
treeb5702d92c5d55415c69a6b5610f1d427a510c4fb /pyproject.toml
parent8cca170ceb40c1f1ece38b0f68c6882334ecb9fe (diff)
downloadpip-3764736f20ef584ae03cfb2e2510ad087031652a.tar.gz
Explicitly specify build-backend in pyproject.toml (#7742)
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index b45b52707..04f725806 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,6 @@
[build-system]
requires = ["setuptools", "wheel"]
+build-backend = "setuptools.build_meta"
[tool.towncrier]
package = "pip"