aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorDavid Cramer2011-03-30 16:33:34 -0700
committerDavid Cramer2011-03-30 16:33:34 -0700
commitf492b56c8200eebb77b8023ab386c9ef412cc06b (patch)
treee4b05a543bdbc5bdc2b179902ac824ae59f78224 /setup.py
parent65969f7777ce0bd6bba53540d960a93c27b346ce (diff)
downloaddjango-debug-toolbar-f492b56c8200eebb77b8023ab386c9ef412cc06b.tar.bz2
Some initial tests and fix for execution model
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=[