eliben / pyelftools

Parsing ELF and DWARF in Python
Other
2.02k stars 511 forks source link

Remove redundant wheel dep from pyproject.toml #496

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

eliben commented 1 year ago

@twizmwazin who added this file last year

twizmwazin commented 1 year ago

Seems good to me. I was just following the docs.

mgorny commented 1 year ago

Thank you.