kislyuk / argcomplete

Python and tab completion, better together.
https://kislyuk.github.io/argcomplete/
Apache License 2.0
1.39k stars 129 forks source link

Remove redundant wheel dep from pyproject.toml #438

Closed mgorny closed 1 year ago

mgorny commented 1 year ago

Remove the redundant wheel dependency, as it is added by the backend automatically. Listing it explicitly in the documentation was a historical mistake and has been fixed since, see: https://github.com/pypa/setuptools/commit/f7d30a9529378cf69054b5176249e5457aaf640a

mgorny commented 1 year ago

CC @halfow

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (3557413) 80.46% compared to head (d50af58) 80.46%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #438 +/- ## ======================================== Coverage 80.46% 80.46% ======================================== Files 10 10 Lines 778 778 ======================================== Hits 626 626 Misses 152 152 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

halfow commented 1 year ago

Thanks for the cc @mgorny ☺️ "learning has occurred"

kislyuk commented 1 year ago

Thanks @mgorny

mgorny commented 1 year ago

Thanks!