Remove `wheel`
agriyakhetarpal opened this issue · 2 comments
agriyakhetarpal commented
Based on pypa/setuptools#4369 and have to bump setuptools
's version
webknjaz commented
have to bump
setuptools
's version
FTR, wheel
never needed to be listed explicitly as it was being injected as a dependency automatically anyway.
agriyakhetarpal commented
Actually, it was – I imported the bdist_wheel
class from wheel
directly, and not having that would cause a ModuleNotFoundError
? python -m build
might have worked, yes (never tried), but editable installations would break for me when I did this.