summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-09-25 04:53:28 -0400
committerChris McDonough <chrism@plope.com>2011-09-25 04:53:28 -0400
commit502f7122efb6beabd2b05260ef10e43014658d00 (patch)
tree817609e2cbfdd0f1f1901462256835b63d197a6e
parente04cbb0a8cfd1b565df4eab2e581d1c3fa34b5c1 (diff)
downloadpyramid-502f7122efb6beabd2b05260ef10e43014658d00.tar.gz
pyramid-502f7122efb6beabd2b05260ef10e43014658d00.tar.bz2
pyramid-502f7122efb6beabd2b05260ef10e43014658d00.zip
py3 trove classifiers
-rw-r--r--setup.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 08aa1643e..aa8045a9a 100644
--- a/setup.py
+++ b/setup.py
@@ -69,6 +69,10 @@ setup(name='pyramid',
classifiers=[
"Intended Audience :: Developers",
"Programming Language :: Python",
+ "Programming Language :: Python :: 2.6",
+ "Programming Language :: Python :: 2.7",
+ "Programming Language :: Python :: 3",
+ "Programming Language :: Python :: 3.2",
"Framework :: Pylons",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: WSGI",