regebro / pyroma

Rate your Python packages package friendliness
MIT License
213 stars 21 forks source link

Replace generated classifiers list with canonical trove-classifiers package #81

Closed hugovk closed 2 years ago

hugovk commented 2 years ago

Instead of using a generated and hardcoded list of classifiers, which require running a command and a new release to update, use the canonical https://pypi.org/project/trove-classifiers/ package.

For CODE_LICENSES, simplify the code from fetch_classifiers.py to get them from the canonical list.