alengwenus / pypck

Asynchronous LCN-PCK library written in Python
MIT License
8 stars 4 forks source link

Relax setuptools dependency #109

Closed tjni closed 1 year ago

tjni commented 1 year ago

Now that setuptools is on version 68.1.2, would it be possible to unpin the dependency? I have also removed listing wheel explicitly. According to the setuptools documentation:

Historically this documentation has unnecessarily listed wheel in the requires list, and many projects still do that. This is not recommended. The backend automatically adds wheel dependency when it is required, and listing it explicitly causes it to be unnecessarily required for source distribution builds. You should only include wheel in requires if you need to explicitly access it during build time (e.g. if your project needs a setup.py script that imports wheel).