summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-11-30 13:01:57 -0500
committerChris McDonough <chrism@plope.com>2011-11-30 13:01:57 -0500
commit2de1025ec7080d2d493db5d46c8e87ed8467e806 (patch)
tree110d4184a16a1bd915fd61217019da774940e89b
parentfc70f0a570f0f4765878e5a63e78bb1c0f963d4d (diff)
downloadpyramid-2de1025ec7080d2d493db5d46c8e87ed8467e806.tar.gz
pyramid-2de1025ec7080d2d493db5d46c8e87ed8467e806.tar.bz2
pyramid-2de1025ec7080d2d493db5d46c8e87ed8467e806.zip
as per https://plus.google.com/107826054989536826392/posts/cbJKHFWbGDw
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index c6d1d237f..4d3216e12 100644
--- a/setup.py
+++ b/setup.py
@@ -67,6 +67,8 @@ setup(name='pyramid',
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",
+ "Programming Language :: Python :: Implementation :: CPython",
+ "Programming Language :: Python :: Implementation :: PyPy",
"Framework :: Pylons",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: WSGI",