From cf122cb60b26248f6ff6f814efcd04c293c611fa Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Wed, 29 Jul 2009 23:55:48 -0400 Subject: [PATCH] finished #trove-examples --- packaging.html | 58 +++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 48 insertions(+), 10 deletions(-) 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.