mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-05-16 03:03:14 +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',
|
license='MIT',
|
||||||
packages=get_packages('djadmin2'),
|
packages=get_packages('djadmin2'),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
test_suite='djadmin2.tests',
|
test_suite='runtests.runtests',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'django>=1.5.0',
|
'django>=1.5.0',
|
||||||
'django-braces==1.0.0',
|
'django-braces==1.0.0',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue