Skip to content

Commit

Permalink
Adopted the bdist_wheel command from "wheel"
Browse files Browse the repository at this point in the history
Closes #1386.
  • Loading branch information
agronholm committed May 19, 2024
1 parent 7208628 commit b3d3e93
Show file tree
Hide file tree
Showing 51 changed files with 2,169 additions and 6,172 deletions.
6 changes: 2 additions & 4 deletions docs/build_meta.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,8 @@ being used to package your scripts and install from source). To use it with
build-backend = "setuptools.build_meta"

``build_meta`` implements ``setuptools``' build system support.
The ``setuptools`` package implements the ``build_sdist``
command and the ``wheel`` package implements the ``build_wheel``
command; the latter is a dependency of the former
exposed via :pep:`517` hooks.
The ``setuptools`` package implements the ``build_sdist`` and
``build_wheel`` commands.

Use ``setuptools``' :ref:`declarative config <declarative config>` to
specify the package information in ``setup.cfg``::
Expand Down
6 changes: 3 additions & 3 deletions docs/userguide/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ library will be used to actually do the packaging.

Historically this documentation has unnecessarily listed ``wheel``
in the ``requires`` list, and many projects still do that. This is
not recommended. The backend automatically adds ``wheel`` dependency
when it is required, and listing it explicitly causes it to be
unnecessarily required for source distribution builds.
not recommended, as the backend no longer requires the ``wheel``
package, and listing it explicitly causes it to be unnecessarily
required for source distribution builds.
You should only include ``wheel`` in ``requires`` if you need to explicitly
access it during build time (e.g. if your project needs a ``setup.py``
script that imports ``wheel``).
Expand Down
1 change: 1 addition & 0 deletions newsfragments/1386.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Adopted the ``bdist_wheel`` command from the ``wheel`` project -- by :user:`agronholm`
17 changes: 0 additions & 17 deletions pkg_resources/_vendor/backports.tarfile-1.0.0.dist-info/LICENSE

This file was deleted.

44 changes: 0 additions & 44 deletions pkg_resources/_vendor/backports.tarfile-1.0.0.dist-info/METADATA

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions pkg_resources/_vendor/backports.tarfile-1.0.0.dist-info/WHEEL

This file was deleted.

This file was deleted.

Loading

0 comments on commit b3d3e93

Please sign in to comment.