Skip to content

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

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

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
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.

Remove the universal bdist_wheel option in setup.py

1 participant