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

这个提交包含在:
KOLANICH 2020-04-10 14:46:21 +00:00 提交者 GitHub
父节点 8cca170ceb
当前提交 3764736f20
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23
共有 2 个文件被更改,包括 2 次插入0 次删除

1
news/7740.trivial 普通文件
查看文件

@ -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"