summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2012-03-31 08:24:29 +0000
committerClaude Paroz <claude@2xlibre.net>2012-03-31 08:24:29 +0000
commit23d34597615d8209de72bd819539a696ba0d1e7f (patch)
tree6d77500c4a347ae495577ecf9e313c349c5df4e9 /setup.py
parent27322df99527ea2f0a3388261e736746430dcf98 (diff)
downloaddjango-23d34597615d8209de72bd819539a696ba0d1e7f.tar.gz
Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for the initial patch and Aymeric Augustin for the review.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17834 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1f14245acb..a19f660a5a 100644
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,6 @@ setup(
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
- 'Programming Language :: Python :: 2.5',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Topic :: Internet :: WWW/HTTP',