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.
1 parent c0fb4bf commit 8f0d16eCopy full SHA for 8f0d16e
docs/html/cli/pip_wheel.rst
@@ -30,6 +30,15 @@ Description
30
31
This is now covered in :doc:`../reference/build-system/index`.
32
33
+Differences to `build`
34
+----------------------
35
+
36
+`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
41
42
Options
43
=======
44
0 commit comments