Blosc / python-blosc

A Python wrapper for the extremely fast Blosc compression library
https://www.blosc.org/python-blosc/python-blosc.html
Other
350 stars 73 forks source link

Redundant wheel in pyproject.toml #306

Closed DimitriPapadopoulos closed 1 year ago

DimitriPapadopoulos commented 1 year ago

The backend adds the wheel dependency automatically:

The setuptools package implements the build_sdist command and the wheel package implements the build_wheel command; the latter is a dependency of the former exposed via PEP 517 hooks.

Listing it explicitly in the documentation was a historical mistake and has been fixed since in pypa/setuptools@f7d30a9.

FrancescAlted commented 1 year ago

LGTM