agriyakhetarpal / hugo-python-distributions

pip-installable binaries (wheels) for the extended version of the Hugo static site generator (note: unofficial, community-maintained)
https://pypi.org/project/hugo/
Apache License 2.0
13 stars 1 forks source link

Remove `wheel` #117

Closed agriyakhetarpal closed 2 months ago

agriyakhetarpal commented 2 months ago

Based on https://github.com/pypa/setuptools/pull/4369 and have to bump setuptools's version

webknjaz commented 2 months ago

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 2 months ago

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.