Skip to content

Commit

Permalink
Fix case of Django dependency. Thanks Travis Swicegood.
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm committed Feb 10, 2014
1 parent d5ea59d commit 38359cc
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 @@ -23,7 +23,7 @@ def get_version():
author_email='carl@oddbird.net',
url='https://github.com/carljm/django-model-utils/',
packages=find_packages(),
install_requires=['django>=1.4.2'],
install_requires=['Django>=1.4.2'],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
Expand Down

0 comments on commit 38359cc

Please sign in to comment.