Add Classifiers to Python Projects
Python uses a list of “Trove classifiers
” to add some structured meta data to projects.
It can be a bit tedius to add these manually.
Combining the ease of uvx
with a Python package, we can simplify this.