-
Refactored the
convert
command to not need setuptools to be installed -
Don't configure setuptools logging unless running
bdist_wheel
-
Added a redirection from
wheel.bdist_wheel.bdist_wheel
tosetuptools.command.bdist_wheel.bdist_wheel
to improve compatibility withsetuptools
' latest fixes.Projects are still advised to migrate away from the deprecated module and import the
setuptools
' implementation explicitly. (PR by @abravalheri)