smarie / python-makefun

Dynamically create python functions with a proper signature.
https://smarie.github.io/python-makefun/
BSD 3-Clause "New" or "Revised" License
119 stars 16 forks source link

Remove redundant wheel dep from pyproject.toml #84

Closed mgorny closed 2 years ago

mgorny commented 2 years 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: pypa/setuptools@f7d30a9

smarie commented 2 years ago

nice catch @mgorny ! Thanks

mgorny commented 2 years ago

Thanks!