zestsoftware / zest.releaser

Python software releasing made easy and repeatable
https://zestreleaser.readthedocs.io
GNU General Public License v2.0
198 stars 62 forks source link

Feature: Check if troove classifiers are valid #312

Closed jensens closed 1 year ago

jensens commented 5 years ago

Sometimes there is a typo in a troove classifiers in setup.py/setup.cfg. If so, the release got stuck by a denied upload. It would be very nice to have check here if the classifiers are valid.

mauritsvanrees commented 5 years ago

This seems more like something that could be added to an extension, like pyroma which already does several checks.

mauritsvanrees commented 1 year ago

This has been part of pyroma for a while now, helped by the trove-classifiers package.