Explicitly specify build-backend in pyproject.toml (#7742)

This commit is contained in:
KOLANICH 2020-04-10 14:46:21 +00:00 committed by GitHub
父節點 8cca170ceb
當前提交 3764736f20
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 4AEE18F83AFDEB23
共有 2 個文件被更改,包括 2 次插入0 次删除

1
news/7740.trivial Normal file
查看文件

@ -0,0 +1 @@
Use PEP 517 layout by specifying ``build-backend``, so that ``pip`` can be built with tools (such as ``pep517``) that don't support the legacy layout.

查看文件

@ -1,5 +1,6 @@
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[tool.towncrier]
package = "pip"