aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 6051fad..6da0cb2 100644
--- a/setup.py
+++ b/setup.py
@@ -12,6 +12,11 @@ setup(
download_url='http://github.com/robhudson/django-debug-toolbar/downloads',
license='BSD',
packages=find_packages(exclude=['ez_setup']),
+ tests_require=[
+ 'django',
+ 'dingus',
+ ],
+ test_suite='debug_toolbar.runtests.runtests',
include_package_data=True,
zip_safe=False, # because we're including media that Django needs
classifiers=[