[Python-checkins] distutils2: Update Trove classifiers

eric.araujo python-checkins at python.org
Sat Oct 27 19:50:51 CEST 2012


http://hg.python.org/distutils2/rev/65e23cccd0db
changeset:   1355:65e23cccd0db
parent:      1353:421e74040326
user:        Éric Araujo <merwok at netwok.org>
date:        Sat Oct 27 13:50:39 2012 -0400
summary:
  Update Trove classifiers

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


diff --git a/distutils2/_trove.py b/distutils2/_trove.py
--- a/distutils2/_trove.py
+++ b/distutils2/_trove.py
@@ -24,6 +24,7 @@
 'Environment :: MacOS X :: Carbon',
 'Environment :: MacOS X :: Cocoa',
 'Environment :: No Input/Output (Daemon)',
+'Environment :: OpenStack',
 'Environment :: Other Environment',
 'Environment :: Plugins',
 'Environment :: Web Environment',
@@ -54,6 +55,7 @@
 'Framework :: Plone :: 4.2',
 'Framework :: Plone :: 4.3',
 'Framework :: Pylons',
+'Framework :: Pyramid',
 'Framework :: Setuptools Plugin',
 'Framework :: Trac',
 'Framework :: Tryton',
@@ -102,8 +104,17 @@
 'License :: OSI Approved :: European Union Public Licence 1.0 (EUPL 1.0)',
 'License :: OSI Approved :: European Union Public Licence 1.1 (EUPL 1.1)',
 'License :: OSI Approved :: GNU Affero General Public License v3',
+'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',
 'License :: OSI Approved :: GNU Free Documentation License (FDL)',
 'License :: OSI Approved :: GNU General Public License (GPL)',
+'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',
+'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)',
+'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
+'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
+'License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)',
+'License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)',
+'License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)',
+'License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)',
 'License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)',
 'License :: OSI Approved :: IBM Public License',
 'License :: OSI Approved :: Intel Open Source License',

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


More information about the Python-checkins mailing list