summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRyan Petrello <lists@ryanpetrello.com>2012-03-10 17:52:29 -0800
committerRyan Petrello <lists@ryanpetrello.com>2012-03-11 14:19:40 -0700
commit17b3604a942ccf22859fdfaa7fbb783b17fd391a (patch)
tree652cb5d4c0eaf8b80c0a03ec2d388302b150336c /setup.py
parent17af53eb9e8ba2e9432994fb2802876c464be6d6 (diff)
downloadpecan-17b3604a942ccf22859fdfaa7fbb783b17fd391a.tar.gz
PyPI version classifiers and code coverage improvements.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 8ec34bb..5d69484 100644
--- a/setup.py
+++ b/setup.py
@@ -62,6 +62,11 @@ setup(
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX',
'Programming Language :: Python',
+ 'Programming Language :: Python :: 2.5',
+ 'Programming Language :: Python :: 2.6',
+ 'Programming Language :: Python :: 2.7',
+ 'Programming Language :: Python :: 3.2',
+ 'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Internet :: WWW/HTTP :: WSGI',
'Topic :: Software Development :: Libraries :: Application Frameworks'
],