From 97e41f211284ce2be06d596ebbc477f0f440cc16 Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Thu, 30 Jul 2009 12:18:41 -0400 Subject: [PATCH] tweaks in #trove section --- packaging.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packaging.html b/packaging.html index a762e64..efd2b62 100644 --- a/packaging.html +++ b/packaging.html @@ -211,20 +211,20 @@ setup(

The Python Package Index 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! They’re quite visible and very useful. -

You should always include at least these four classifiers: +

The entire classifiers parameter is 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:

-

I strongly recommend that you also include the following classifications: +

I also recommend that you include the following classifiers: