1
1
Fork 0

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

Esse commit está contido em:
KOLANICH 2020-04-10 14:46:21 +00:00 commit de GitHub
commit 3764736f20
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: 4AEE18F83AFDEB23
2 arquivos alterados com 2 adições e 0 exclusões

1
news/7740.trivial Normal file
Ver arquivo

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

Ver arquivo

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