fixing typo in django version

This commit is contained in:
Ashley Camba 2013-12-17 16:58:49 +01:00
parent 3a036b3b14
commit 77b176ec51

View File

@ -23,7 +23,7 @@ setup(
],
include_package_data=True,
install_requires=[
'Django=>1.6.1',
'Django>=1.6.1',
],
zip_safe=False,
scripts=['{{ cookiecutter.project_name }}/manage.py'],