Closed agriyakhetarpal closed 5 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.
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.
Based on https://github.com/pypa/setuptools/pull/4369 and have to bump
setuptools
's version