From b6229c9bc79b00313d52b62c94129c79cbbaee0d Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Wed, 12 May 2010 12:51:21 -0400 Subject: [PATCH] typo --- packaging.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging.html b/packaging.html index 5022941..08ca956 100644 --- a/packaging.html +++ b/packaging.html @@ -202,7 +202,7 @@ setup(

The Python Package Index (“PyPI”) contains thousands of Python libraries. Proper classification metadata will allow people to find yours more easily. PyPI lets you browse packages by classifier. You can even select multiple classifiers to narrow your search. Classifiers are not invisible metadata that you can just ignore! -

To classify your software, pass a classifiers parameter to the Distutils setup() function. The classifers parameter is a list of strings. These strings are not freeform. All classifier strings should come from this list on PyPI. +

To classify your software, pass a classifiers parameter to the Distutils setup() function. The classifiers parameter is a list of strings. These strings are not freeform. All classifier strings should come from this list on PyPI.

Classifiers are optional. You can write a Distutils setup script without any classifiers at all. Don’t do that. You should always include at least these classifiers: