Skip to content

Commit

Permalink
Reference build interface in wheel command
Browse files Browse the repository at this point in the history
Closes pypa#10972
  • Loading branch information
kasium committed Mar 18, 2022
1 parent 856a6ba commit b6bfa84
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/pip/_internal/commands/wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ class WheelCommand(RequirementCommand):
recompiling your software during every install. For more details, see the
wheel docs: https://wheel.readthedocs.io/en/latest/
Requirements: setuptools>=0.8, and wheel.
'pip wheel' uses the bdist_wheel setuptools extension from the wheel
package to build individual wheels.
'pip wheel' uses the build system interface as described here:
https://pip.pypa.io/en/stable/reference/build-system/
"""

Expand Down

0 comments on commit b6bfa84

Please sign in to comment.