Not supported on Django 1.7

This commit is contained in:
2015-01-29 09:27:18 +00:00
parent a5ab5dabb8
commit 01ac2e26dc

View File

@@ -12,6 +12,6 @@ setup(name="django-eveigb",
url="https://github.com/nikdoof/django-eveigb",
keywords="eveonline django igb",
packages=['eveigb'],
install_requires=['Django>=1.4'],
install_requires=['Django>=1.4,<1.7'],
test_suite='test_project.tests.runtests',
)