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

Closed
wants to merge 1 commit into from
Closed

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 ✅

Project coverage is 72.66%. Comparing base (b90a4bc) to head (f584db2).
Report is 50 commits behind head on main.

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",

@agronholm
Copy link
Contributor

I would prefer dropping the setuptools requirement altogether by refactoring the code.

@agronholm
Copy link
Contributor

I've started said refactoring now, but this will take time.

@agronholm
Copy link
Contributor

Closing in favor of #640.

@agronholm agronholm closed this Nov 7, 2024
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
3 participants