diff options
| author | Michael Merickel <michael@merickel.org> | 2012-10-14 20:12:00 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2012-10-14 20:12:00 -0500 |
| commit | 0a1fb171514f4a41cf8679ef61c06397854dde07 (patch) | |
| tree | 94fecff1008206cc66ab422adaa721e948634b15 | |
| parent | de6ec0482e4d9d3d139ccd83edf35f8438470584 (diff) | |
| download | pyramid-0a1fb171514f4a41cf8679ef61c06397854dde07.tar.gz pyramid-0a1fb171514f4a41cf8679ef61c06397854dde07.tar.bz2 pyramid-0a1fb171514f4a41cf8679ef61c06397854dde07.zip | |
pypi support for python 3.3
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", |
