summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2011-03-28 02:13:05 +0000
committerAdrian Holovaty <adrian@holovaty.com>2011-03-28 02:13:05 +0000
commit5d6ee6cb18675000a97331e60f04ff1a394dac13 (patch)
tree307d05d2783daadbf15d5c3119eb12d672929a0c
parent13864703bc1d5dd4dac63c96c6a4b42a392bc57f (diff)
downloaddjango-5d6ee6cb18675000a97331e60f04ff1a394dac13.tar.gz
Removed Python 2.4 classifier from setup.py
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15928 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 77aaca7d03..2b108e884e 100644
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,6 @@ setup(
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
- 'Programming Language :: Python :: 2.4',
'Programming Language :: Python :: 2.5',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',