0.45.0
-
Refactored the
convertcommand to not need setuptools to be installed -
Don't configure setuptools logging unless running
bdist_wheel -
Added a redirection from
wheel.bdist_wheel.bdist_wheeltosetuptools.command.bdist_wheel.bdist_wheelto 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)