diff --git a/packaging.html b/packaging.html index de9618a..a9ce378 100644 --- a/packaging.html +++ b/packaging.html @@ -49,7 +49,7 @@ setup(name='httplib2', 'Programming Language :: Python', 'Programming Language :: Python :: 3', 'Topic :: Internet :: WWW/HTTP', - 'Topic :: Software Development :: Libraries', + 'Topic :: Software Development :: Libraries :: Python Modules', ], long_description=""" @@ -157,14 +157,14 @@ A comprehensive HTTP client library, ``httplib2`` supports many features left ou

...FIXME...required setup() parameters, optional but recommended setup() parameters, always use named parameters, etc. -

Classifying Your Package

+

Classifying Your Package

The Python Package Index (“PyPI”) contains thousands of Python libraries. Proper classification metadata will allow people to find yours more easily.

The PyPI classification system is based on SourceForce’s software map. Classifiers are strings, but they are not freeform.