Update to make setup.py tests work.

This commit is contained in:
2013-10-13 20:49:58 +01:00
parent bb54f78006
commit 63aa7ec1ab
2 changed files with 18 additions and 0 deletions

View File

@@ -13,4 +13,5 @@ setup(name="django-eveigb",
keywords="eveonline django igb",
packages=['eveigb'],
install_requires=['Django>=1.4'],
test_suite='test_project.tests.runtests',
)