mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-20 18:31:53 +00:00
Updated supported Django and Python version.
This commit is contained in:
parent
cc214e3c66
commit
693f088a82
1 changed files with 2 additions and 3 deletions
5
setup.py
5
setup.py
|
|
@ -25,17 +25,16 @@ setup(
|
|||
'modeltranslation.management.commands'],
|
||||
package_data={'modeltranslation': ['static/modeltranslation/css/*.css',
|
||||
'static/modeltranslation/js/*.js']},
|
||||
requires=['django(>=1.4)'],
|
||||
requires=['Django(>=1.8)'],
|
||||
download_url='https://github.com/deschler/django-modeltranslation/archive/%s.tar.gz' % version,
|
||||
classifiers=[
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 2.6',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.2',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Operating System :: OS Independent',
|
||||
'Environment :: Web Environment',
|
||||
'Intended Audience :: Developers',
|
||||
|
|
|
|||
Loading…
Reference in a new issue