mgedmin / check-python-versions

Check that supported Python versions in a setup.py match tox.ini, .travis.yml and a bunch of other files
https://pypi.org/project/check-python-versions/
GNU General Public License v3.0
21 stars 12 forks source link

Support reading metadata from setup.cfg #8

Open mgedmin opened 4 years ago

mgedmin commented 4 years ago

https://gitlab.com/anarcat/undertime is an example of a package that has a minimal setup.py and all the metadata is stored in setup.cfg.

check-python-versions is able to get classifiers from this package (by running setup.py --classifiers), but it doesn't notice python_requires. Also, it's unable to modify anything. It would be nice if it could (but maybe that's a separate wishlist bug?).