mirror of
https://github.com/nikdoof/django-eveigb.git
synced 2025-12-15 20:42:21 +00:00
Not supported on Django 1.7
This commit is contained in:
2
setup.py
2
setup.py
@@ -12,6 +12,6 @@ setup(name="django-eveigb",
|
|||||||
url="https://github.com/nikdoof/django-eveigb",
|
url="https://github.com/nikdoof/django-eveigb",
|
||||||
keywords="eveonline django igb",
|
keywords="eveonline django igb",
|
||||||
packages=['eveigb'],
|
packages=['eveigb'],
|
||||||
install_requires=['Django>=1.4'],
|
install_requires=['Django>=1.4,<1.7'],
|
||||||
test_suite='test_project.tests.runtests',
|
test_suite='test_project.tests.runtests',
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user