Skip to content

Redundant wheel in pyproject.toml #306

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 9, 2022

Conversation

DimitriPapadopoulos
Copy link
Contributor

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.

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
Copy link
Member

LGTM

@FrancescAlted FrancescAlted merged commit 548473d into Blosc:main Nov 9, 2022
@DimitriPapadopoulos DimitriPapadopoulos deleted the wheel branch November 9, 2022 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants