Skip to content

Commit

Permalink
fix requirements syntax (close #530)
Browse files Browse the repository at this point in the history
  • Loading branch information
last-partizan committed Dec 5, 2019
1 parent ef34601 commit b24b750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
'modeltranslation.management.commands'],
package_data={'modeltranslation': ['static/modeltranslation/css/*.css',
'static/modeltranslation/js/*.js']},
requires=['Django(>=1.11)', 'six'],
install_requires=['Django>=1.11', 'six'],
download_url='https://github.com/deschler/django-modeltranslation/archive/%s.tar.gz' % version,
classifiers=[
'Programming Language :: Python',
Expand Down

0 comments on commit b24b750

Please sign in to comment.