aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorDavid Cramer2011-05-10 00:02:39 -0700
committerDavid Cramer2011-05-10 00:02:39 -0700
commit875a26213b9c623ddc90bfcf92f419ac8b45d007 (patch)
tree458cfcc32d2d31ea54a6538aaae0d8b0ff2b0af9 /setup.py
parent3292aff531d4dee5cf30a003d5d2ee745f718f86 (diff)
parentbbf99c1639bfec6d2edc4473f8adb278970db7a5 (diff)
downloaddjango-debug-toolbar-875a26213b9c623ddc90bfcf92f419ac8b45d007.tar.bz2
Merge branch 'master' into andrepl-master
Conflicts: debug_toolbar/middleware.py
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py9
1 files changed, 7 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 6051fad..7c5982d 100644
--- a/setup.py
+++ b/setup.py
@@ -8,10 +8,15 @@ setup(
# Get more strings from http://www.python.org/pypi?:action=list_classifiers
author='Rob Hudson',
author_email='rob@cogit8.org',
- url='http://robhudson.github.com/django-debug-toolbar/',
- download_url='http://github.com/robhudson/django-debug-toolbar/downloads',
+ url='https://github.com/django-debug-toolbar/django-debug-toolbar',
+ download_url='https://github.com/django-debug-toolbar/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=[