Skip to content

Commit

Permalink
Refactored the wheel convert command to not require setuptools
Browse files Browse the repository at this point in the history
This also aims to improve the correctness of the egg and bdist_wininst conversions.
  • Loading branch information
agronholm committed Nov 7, 2024
1 parent baf6bf8 commit 9f7acca
Show file tree
Hide file tree
Showing 3 changed files with 482 additions and 234 deletions.
1 change: 1 addition & 0 deletions docs/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Release Notes

**UNRELEASED**

- Refactored the ``convert`` command to not need setuptools to be installed
- Added a redirection from ``wheel.bdist_wheel.bdist_wheel`` to
``setuptools.command.bdist_wheel.bdist_wheel`` to improve compatibility with
``setuptools``' latest fixes.
Expand Down
Loading

0 comments on commit 9f7acca

Please sign in to comment.