summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjhermann <jh@web.de>2015-05-28 13:59:04 +0200
committerjhermann <jh@web.de>2015-05-28 13:59:04 +0200
commit3c738e5a35371b589d32adc43d299758788f4304 (patch)
treee4718fd7a8a8d60cc24e1c35ebf7361cf9976e1f
parent4eb4bbe214bd9650fd20cbf3672cdb9765762982 (diff)
downloadpluginbase-3c738e5a35371b589d32adc43d299758788f4304.tar.gz
bring classifiers in sync with tox + Travis, add two topical ones
-rw-r--r--setup.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 00a0ff4..47dd093 100644
--- a/setup.py
+++ b/setup.py
@@ -16,6 +16,13 @@ setup(
classifiers=[
'License :: OSI Approved :: BSD License',
'Programming Language :: Python',
+ 'Programming Language :: Python :: 2.6',
+ 'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
+ 'Programming Language :: Python :: 3.3',
+ 'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: Implementation :: PyPy',
+ 'Environment :: Plugins',
+ 'Intended Audience :: Developers',
],
)