Skip to content

Commit

Permalink
python-build works with any build backend
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jan 11, 2022
1 parent b827253 commit d98afff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ User Guide
Building Wheels
---------------

Building wheels from a setuptools_ based project is simple::
To build a wheel for your project::

python -m pip install build
python -m build --wheel
Expand All @@ -21,7 +21,6 @@ adding this to your ``setup.cfg`` file:
[bdist_wheel]
universal = 1
.. _setuptools: https://pypi.org/project/setuptools/
Including license files in the generated wheel file
---------------------------------------------------
Expand Down

0 comments on commit d98afff

Please sign in to comment.