Skip to content
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

chore: add [convert] extra #577

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

chore: add [convert] extra #577

wants to merge 1 commit into from

Conversation

henryiii
Copy link
Contributor

Fix #510 by adding an extra for wheel convert.

Copy link

codecov bot commented Nov 13, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b90a4bc) 72.66% compared to head (f584db2) 72.66%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #577   +/-   ##
=======================================
  Coverage   72.66%   72.66%           
=======================================
  Files          13       13           
  Lines        1090     1090           
=======================================
  Hits          792      792           
  Misses        298      298           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -39,6 +39,9 @@ wheel = "wheel.cli:main"
bdist_wheel = "wheel.bdist_wheel:bdist_wheel"

[project.optional-dependencies]
convert = [
"setuptools",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be pinned?

Suggested change
"setuptools",
"setuptools >= 65",

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.

"wheel convert" depends on setuptools
2 participants