agriyakhetarpal/hugo-python-distributions

Remove `wheel`

agriyakhetarpal opened this issue · 2 comments

Based on pypa/setuptools#4369 and have to bump setuptools's version

have to bump setuptools's version

FTR, wheel never needed to be listed explicitly as it was being injected as a dependency automatically anyway.

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.