Hi,
    I am forwarding a mail from Catalog-sig regarding two new trove categories
for Buildout recipes and extensions. Those who publish Buildout recipes and
extensions to PyPI, please use the new trove classifiers in addition to
the existing "Framework :: Buildout".

If you are developing a recipe, use this classifier:

  classifiers=[
    ...
    "Framework :: Buildout",
    "Framework :: Buildout :: Recipe",
    ...
    ],

If you are developing an extension, use this classifier:

  classifiers=[
    ...
    "Framework :: Buildout",
    "Framework :: Buildout :: Extension",
    ...
    ],

If the distribution contains both extension and recipe, use:

  classifiers=[
    ...
    "Framework :: Buildout",
    "Framework :: Buildout :: Extension",
    "Framework :: Buildout :: Recipe",
    ...
    ],

Regards,
Baiju M


---------- Forwarded message ----------
From: Richard Jones <[email protected]>
Date: Wed, Jan 26, 2011 at 4:08 AM
Subject: Re: [Catalog-sig] Trove categories for Buildout recipes and extensions
To: Baiju M <[email protected]>
Cc: [email protected]


On Tue, Jan 18, 2011 at 5:33 PM, Baiju M <[email protected]> wrote:
> It would be nice if we can add two sub categories:
>
>  Framework :: Buildout :: Recipe
>  Framework :: Buildout :: Extension

There being no objections I've added these classifiers.


    Richard
_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to