[Python-checkins] distutils2: Update list of trove classifiers

eric.araujo python-checkins at python.org
Wed Nov 30 16:26:53 CET 2011


http://hg.python.org/distutils2/rev/42342803970e
changeset:   1269:42342803970e
user:        Éric Araujo <merwok at netwok.org>
date:        Wed Nov 30 13:30:20 2011 +0100
summary:
  Update list of trove classifiers

files:
  distutils2/_trove.py |  12 ++++++++++++
  1 files changed, 12 insertions(+), 0 deletions(-)


diff --git a/distutils2/_trove.py b/distutils2/_trove.py
--- a/distutils2/_trove.py
+++ b/distutils2/_trove.py
@@ -47,6 +47,12 @@
 'Framework :: IDLE',
 'Framework :: Paste',
 'Framework :: Plone',
+'Framework :: Plone :: 3.2',
+'Framework :: Plone :: 3.3',
+'Framework :: Plone :: 4.0',
+'Framework :: Plone :: 4.1',
+'Framework :: Plone :: 4.2',
+'Framework :: Plone :: 4.3',
 'Framework :: Pylons',
 'Framework :: Setuptools Plugin',
 'Framework :: Trac',
@@ -261,6 +267,12 @@
 'Programming Language :: Python :: 3.0',
 'Programming Language :: Python :: 3.1',
 'Programming Language :: Python :: 3.2',
+'Programming Language :: Python :: Implementation',
+'Programming Language :: Python :: Implementation :: CPython',
+'Programming Language :: Python :: Implementation :: IronPython',
+'Programming Language :: Python :: Implementation :: Jython',
+'Programming Language :: Python :: Implementation :: PyPy',
+'Programming Language :: Python :: Implementation :: Stackless',
 'Programming Language :: REBOL',
 'Programming Language :: Rexx',
 'Programming Language :: Ruby',

-- 
Repository URL: http://hg.python.org/distutils2


More information about the Python-checkins mailing list