summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2012-10-14 20:12:00 -0500
committerMichael Merickel <michael@merickel.org>2012-10-14 20:12:00 -0500
commit0a1fb171514f4a41cf8679ef61c06397854dde07 (patch)
tree94fecff1008206cc66ab422adaa721e948634b15
parentde6ec0482e4d9d3d139ccd83edf35f8438470584 (diff)
downloadpyramid-0a1fb171514f4a41cf8679ef61c06397854dde07.tar.gz
pyramid-0a1fb171514f4a41cf8679ef61c06397854dde07.tar.bz2
pyramid-0a1fb171514f4a41cf8679ef61c06397854dde07.zip
pypi support for python 3.3
-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",