diff options
author | KOLANICH <KOLANICH@users.noreply.github.com> | 2020-04-10 14:46:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-10 20:16:21 +0530 |
commit | 3764736f20ef584ae03cfb2e2510ad087031652a (patch) | |
tree | b5702d92c5d55415c69a6b5610f1d427a510c4fb /pyproject.toml | |
parent | 8cca170ceb40c1f1ece38b0f68c6882334ecb9fe (diff) | |
download | pip-3764736f20ef584ae03cfb2e2510ad087031652a.tar.gz |
Explicitly specify build-backend in pyproject.toml (#7742)
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
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" |