We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50d6b2b + 25f40d5 commit b2b7aefCopy full SHA for b2b7aef
news/10972.doc.rst
@@ -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
@@ -26,10 +26,8 @@ class WheelCommand(RequirementCommand):
26
recompiling your software during every install. For more details, see the
27
wheel docs: https://wheel.readthedocs.io/en/latest/
28
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.
+ 'pip wheel' uses the build system interface as described here:
+ https://pip.pypa.io/en/stable/reference/build-system/
33
34
"""
35
0 commit comments