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

eric.araujo python-checkins at python.org
Sun Nov 20 16:01:43 CET 2011


http://hg.python.org/cpython/rev/f1cafe6f7834
changeset:   73626:f1cafe6f7834
user:        Éric Araujo <merwok at netwok.org>
date:        Sun Nov 20 16:01:35 2011 +0100
summary:
  Update list of trove classifiers

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


diff --git a/Lib/packaging/_trove.py b/Lib/packaging/_trove.py
--- a/Lib/packaging/_trove.py
+++ b/Lib/packaging/_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/cpython


More information about the Python-checkins mailing list