Skip to content

Commit 3fda912

Browse files
committed
fix
1 parent 8f0d16e commit 3fda912

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/html/cli/pip_wheel.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,8 @@ Differences to `build`
3434
----------------------
3535

3636
`build <https://pypi.org/project/build/>`_ is a simple tool which can among other things build
37-
wheels for projects using PEP 517
38-
``pip wheel`` can do the same but also supports projects not using PEP 517.
39-
In addition, it's e.g. also possible to include the dependencies of a project into the wheel.
40-
37+
wheels for projects using PEP 517. It is comparable to the execution of ``pip wheel --no-deps .``.
38+
``pip wheel`` coveres the wheel scope of ``build`` but offers many additional features.
4139

4240
Options
4341
=======

0 commit comments

Comments
 (0)