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

このコミットが含まれているのは:
KOLANICH 2020-04-10 14:46:21 +00:00 committed by GitHub
コミット 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"