Skip to content

Commit b2b7aef

Browse files
authored
Merge pull request #10975 from kasium/issue-10972
2 parents 50d6b2b + 25f40d5 commit b2b7aef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

news/10972.doc.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
The wheel command now references the build interface section instead of stating the legacy
2+
setuptools behavior as the default.

src/pip/_internal/commands/wheel.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,8 @@ class WheelCommand(RequirementCommand):
2626
recompiling your software during every install. For more details, see the
2727
wheel docs: https://wheel.readthedocs.io/en/latest/
2828
29-
Requirements: setuptools>=0.8, and wheel.
30-
31-
'pip wheel' uses the bdist_wheel setuptools extension from the wheel
32-
package to build individual wheels.
29+
'pip wheel' uses the build system interface as described here:
30+
https://pip.pypa.io/en/stable/reference/build-system/
3331
3432
"""
3533

0 commit comments

Comments
 (0)