summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2012-10-14 20:10:07 -0500
committerMichael Merickel <michael@merickel.org>2012-10-14 20:10:07 -0500
commit2d964c1b983a91ee4d59aa8dc28e33697199a46c (patch)
tree78cfab22cc7d7e58031d062f75e65c5529ad579e /setup.py
parent6c4a1e7bdc4239e3c8fa3cfe6673a6e800ce113d (diff)
downloadpyramid-2d964c1b983a91ee4d59aa8dc28e33697199a46c.tar.gz
pyramid-2d964c1b983a91ee4d59aa8dc28e33697199a46c.tar.bz2
pyramid-2d964c1b983a91ee4d59aa8dc28e33697199a46c.zip
pypi support for python 3.3
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 9af2f2100..40117cf4c 100644
--- a/setup.py
+++ b/setup.py
@@ -79,6 +79,7 @@ setup(name='pyramid',
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",
+ "Programming Language :: Python :: 3.3",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Framework :: Pyramid",