We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69bf1eb + da7ea9d commit 2a1458dCopy full SHA for 2a1458d
setup.py
@@ -12,7 +12,7 @@
12
url='https://github.com/django-debug-toolbar/django-debug-toolbar',
13
download_url='https://pypi.python.org/pypi/django-debug-toolbar',
14
license='BSD',
15
- packages=find_packages(exclude=('tests', 'example')),
+ packages=find_packages(exclude=('tests.*', 'tests', 'example')),
16
install_requires=[
17
'django>=1.4.2',
18
'sqlparse',
0 commit comments