Removed classifier for Python 2.5 which is no longer supported.

This commit is contained in:
deschler 2014-06-22 13:53:09 +02:00
parent 7dcd7790d7
commit 3dcffd7f1b

View file

@ -29,7 +29,6 @@ setup(
download_url='https://github.com/deschler/django-modeltranslation/archive/%s.tar.gz' % version,
classifiers=[
'Programming Language :: Python',
'Programming Language :: Python :: 2.5',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',