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

This commit is contained in:
KOLANICH 2020-04-10 14:46:21 +00:00 zatwierdzone przez GitHub
rodzic 8cca170ceb
commit 3764736f20
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 2 dodań i 0 usunięć

1
news/7740.trivial Normal file
Wyświetl plik

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

Wyświetl plik

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