diff options
| author | Chris McDonough <chrism@plope.com> | 2011-11-30 13:01:57 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-11-30 13:01:57 -0500 |
| commit | 2de1025ec7080d2d493db5d46c8e87ed8467e806 (patch) | |
| tree | 110d4184a16a1bd915fd61217019da774940e89b | |
| parent | fc70f0a570f0f4765878e5a63e78bb1c0f963d4d (diff) | |
| download | pyramid-2de1025ec7080d2d493db5d46c8e87ed8467e806.tar.gz pyramid-2de1025ec7080d2d493db5d46c8e87ed8467e806.tar.bz2 pyramid-2de1025ec7080d2d493db5d46c8e87ed8467e806.zip | |
as per https://plus.google.com/107826054989536826392/posts/cbJKHFWbGDw
| -rw-r--r-- | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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", |
