mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-16 22:20:24 +00:00
Added testrunner to setup.py
This commit is contained in:
parent
30e6a5b171
commit
4d69e5f796
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -79,7 +79,7 @@ setup(
|
|||
license='MIT',
|
||||
packages=get_packages('djadmin2'),
|
||||
include_package_data=True,
|
||||
test_suite='djadmin2.tests',
|
||||
test_suite='runtests.runtests',
|
||||
install_requires=[
|
||||
'django>=1.5.0',
|
||||
'django-braces==1.0.0',
|
||||
|
|
|
|||
Loading…
Reference in a new issue