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

This commit is contained in:
KOLANICH 2020-04-10 14:46:21 +00:00 committad av GitHub
förälder 8cca170ceb
incheckning 3764736f20
Ingen känd nyckel hittad för denna signaturen i databasen
GPG-nyckel ID: 4AEE18F83AFDEB23
2 ändrade filer med 2 tillägg och 0 borttagningar

1
news/7740.trivial Normal file
Visa fil

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

Visa fil

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