Skip to content

Commit

Permalink
fixed setuptools required kwargs
Browse files Browse the repository at this point in the history
  • Loading branch information
kraiz committed Oct 6, 2015
1 parent 10dc140 commit b78031e
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 @@ -15,7 +15,7 @@
'django_crontab',
'django_crontab.management',
'django_crontab.management.commands'],
requires=[
install_requires=[
'Django>=1.8'
],
classifiers=[
Expand Down

0 comments on commit b78031e

Please sign in to comment.