PyPI classifiers
Classifiers help your users discover your code on PyPI, and it is best practice to include them. They also add a more professional feel to your package.
The classifiers in this setup.py
file are those which cookiecutter
picked, but they don't line up with the versions of Python that your package supports.
This exercise is part of the course
Developing Python Packages
Exercise instructions
- Remove some of the classifiers so that only the versions of Python that your package supports are included.
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
