summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-05-02 16:40:38 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-05-02 16:40:38 -0400
commit7b77566e85543a019bfebd8756217c8bdd36693d (patch)
treee086dd5fad28aa6494d43aa036ca32133f720aef
parentbb33c7a97208626ad3d3696aa8aad5a9212bfb5f (diff)
downloadaskbot-7b77566e85543a019bfebd8756217c8bdd36693d.tar.gz
askbot-7b77566e85543a019bfebd8756217c8bdd36693d.tar.bz2
askbot-7b77566e85543a019bfebd8756217c8bdd36693d.zip
removed python2.4 from setup.py and added python2.5
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 765c3ed1..3347f9e3 100644
--- a/setup.py
+++ b/setup.py
@@ -63,9 +63,9 @@ setup(
'Natural Language :: Serbian',
'Natural Language :: Turkish',
'Operating System :: OS Independent',
- 'Programming Language :: Python :: 2.4',
'Programming Language :: Python :: 2.5',
'Programming Language :: Python :: 2.6',
+ 'Programming Language :: Python :: 2.7',
'Programming Language :: JavaScript',
'Topic :: Communications :: Usenet News',
'Topic :: Communications :: Email :: Mailing List Servers',