diff options
author | Éric Araujo <merwok@netwok.org> | 2012-10-27 13:50:39 -0400 |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2012-10-27 13:50:39 -0400 |
commit | 502c5292f668a448ab8d736274a1e2c18807602d (patch) | |
tree | 136180b2cefda31ebaaed5e5ceb16838c8e3b550 /distutils2/_trove.py | |
parent | fc8b839fa21965dc8acbfe468f4d88e68f0004d2 (diff) | |
download | disutils2-master.tar.gz |
Diffstat (limited to 'distutils2/_trove.py')
-rw-r--r-- | distutils2/_trove.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/distutils2/_trove.py b/distutils2/_trove.py index c5e4008..38c764d 100644 --- a/distutils2/_trove.py +++ b/distutils2/_trove.py @@ -24,6 +24,7 @@ all_classifiers = [ '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 @@ all_classifiers = [ 'Framework :: Plone :: 4.2', 'Framework :: Plone :: 4.3', 'Framework :: Pylons', +'Framework :: Pyramid', 'Framework :: Setuptools Plugin', 'Framework :: Trac', 'Framework :: Tryton', @@ -102,8 +104,17 @@ all_classifiers = [ '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', |