Skip to content

fix: remove universal bdist_wheel option from setup.py#6184

Closed
lrg913427-dot wants to merge 1 commit intogetsentry:masterfrom
lrg913427-dot:fix/remove-universal-bdist-wheel
Closed

fix: remove universal bdist_wheel option from setup.py#6184
lrg913427-dot wants to merge 1 commit intogetsentry:masterfrom
lrg913427-dot:fix/remove-universal-bdist-wheel

Conversation

@lrg913427-dot
Copy link
Copy Markdown

Removes the deprecated bdist_wheel option from setup.py.

Fixes #6121

The option for bdist_wheel is no longer needed since the package dropped Python 2 support. This option caused setuptools to produce a universal wheel which is inappropriate for a Python 3-only package.

@lrg913427-dot lrg913427-dot requested a review from a team as a code owner May 2, 2026 23:25
@ericapisani ericapisani added violating-contribution-guidelines Used for automated community contribution checks. missing-maintainer-discussion Used for automated community contribution checks. labels May 4, 2026
@ericapisani
Copy link
Copy Markdown
Member

This PR has been automatically closed. The referenced issue does not show a discussion between you and a maintainer.

To avoid wasted effort on both sides, please discuss your proposed approach in the issue first and wait for a maintainer to respond before opening a PR.

Please review our contributing guidelines for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

missing-maintainer-discussion Used for automated community contribution checks. violating-contribution-guidelines Used for automated community contribution checks.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove the universal bdist_wheel option in setup.py

2 participants