mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Added tests_require.
This commit is contained in:
parent
7c19b761e2
commit
d1749718f8
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -43,5 +43,6 @@ setup(
|
|||
'Framework :: Django',
|
||||
],
|
||||
zip_safe=False,
|
||||
tests_require=["Django>=1.1"],
|
||||
test_suite='model_utils.tests.runtests.runtests'
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue