Classifying Your Package
Understand how to classify your Python package using PyPI-approved classifiers in your Distutils setup script. Learn which classifiers matter most, including programming language, license, and operating system, to make your package easily discoverable and trusted by others.
We'll cover the following...
We'll cover the following...
The Python Package Index (“PyPI”) contains thousands of Python libraries. Proper classification metadata will allow people to find yours more easily. PyPI lets you ...