Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove obsolete setuptools from install_requires Now that pkg_resources are no longer used, there is no need to depend on setuptools at runtime. * Fix version-conditional dependency on importlib-metadata Use version markers to depend on importlib-metadata correctly. Explicit conditions mean that wheels built with setup.py will either have the dep or not depending on what Python version they're built with, rather than what version they're installed on.
- Loading branch information