summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRyan Petrello <lists@ryanpetrello.com>2012-03-20 19:14:54 -0400
committerRyan Petrello <lists@ryanpetrello.com>2012-03-20 19:14:54 -0400
commit8cb08af541c161f1d628e34576cd7f41d2adf85a (patch)
treeb817a4980a1a1a6c8314b3b1c6e13df4ed13d832 /setup.py
parentbf57ddc8b8ebc1657e53dacdc13bb1edd85c3df7 (diff)
downloadpecan-8cb08af541c161f1d628e34576cd7f41d2adf85a.tar.gz
Refactored the `shell` command to fix IPython and make way for BPython support.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 850fcc4..13e8172 100644
--- a/setup.py
+++ b/setup.py
@@ -76,11 +76,8 @@ setup(
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX',
'Programming Language :: Python',
- 'Programming Language :: Python :: 2.5',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
- 'Programming Language :: Python :: 3.2',
- 'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Internet :: WWW/HTTP :: WSGI',
'Topic :: Software Development :: Libraries :: Application Frameworks'
],