Erotemic / ubelt

A Python utility library with a stdlib like feel and extra batteries. Paths, Progress, Dicts, Downloads, Caching, Hashing: ubelt makes it easy!
Apache License 2.0
719 stars 43 forks source link

Remove incorrect wheel requirement from pyproject.toml #122

Closed mgorny closed 2 years ago

mgorny commented 2 years ago

Remove the incorrect 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

codecov[bot] commented 2 years ago

Codecov Report

Merging #122 (f4eda42) into main (1a6afd2) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##              main      #122   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           29        29           
  Lines         3225      3223    -2     
  Branches       648       635   -13     
=========================================
- Hits          3225      3223    -2     
Impacted Files Coverage Δ
ubelt/util_list.py 100.00% <0.00%> (ø)
ubelt/util_import.py 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1a6afd2...f4eda42. Read the comment docs.

Erotemic commented 2 years ago

Thanks! I'll fix that elsewhere.

mgorny commented 2 years ago

Thanks!