Skip to content

Commit 3764736

Browse files
authored
Explicitly specify build-backend in pyproject.toml (#7742)
1 parent 8cca170 commit 3764736

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

news/7740.trivial

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
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.

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[build-system]
22
requires = ["setuptools", "wheel"]
3+
build-backend = "setuptools.build_meta"
34

45
[tool.towncrier]
56
package = "pip"

0 commit comments

Comments
 (0)