mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-04-22 07:34:42 +00:00
Added test-suite to setup.py
This commit is contained in:
parent
8a082f1ec0
commit
274a188bdc
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -79,6 +79,7 @@ setup(
|
|||
license='MIT',
|
||||
packages=get_packages('djadmin2'),
|
||||
include_package_data=True,
|
||||
test_suite='djadmin2.tests',
|
||||
install_requires=[
|
||||
'django>=1.5.0',
|
||||
'django-braces==1.0.0',
|
||||
|
|
|
|||
Loading…
Reference in a new issue