mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-04-22 05:54:43 +00:00
Removed classifier for Python 2.5 which is no longer supported.
This commit is contained in:
parent
7dcd7790d7
commit
3dcffd7f1b
1 changed files with 0 additions and 1 deletions
1
setup.py
1
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue