diff options
| author | Chris McDonough <chrism@plope.com> | 2011-09-25 04:53:28 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-09-25 04:53:28 -0400 |
| commit | 502f7122efb6beabd2b05260ef10e43014658d00 (patch) | |
| tree | 817609e2cbfdd0f1f1901462256835b63d197a6e | |
| parent | e04cbb0a8cfd1b565df4eab2e581d1c3fa34b5c1 (diff) | |
| download | pyramid-502f7122efb6beabd2b05260ef10e43014658d00.tar.gz pyramid-502f7122efb6beabd2b05260ef10e43014658d00.tar.bz2 pyramid-502f7122efb6beabd2b05260ef10e43014658d00.zip | |
py3 trove classifiers
| -rw-r--r-- | setup.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -69,6 +69,10 @@ setup(name='pyramid', classifiers=[ "Intended Audience :: Developers", "Programming Language :: Python", + "Programming Language :: Python :: 2.6", + "Programming Language :: Python :: 2.7", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.2", "Framework :: Pylons", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: WSGI", |
