Skip to content

Commit 2a1458d

Browse files
committed
Merge pull request django-commons#631 from maksbotan/patch-1
Truly exclude 'tests' package in setup.py
2 parents 69bf1eb + da7ea9d commit 2a1458d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
url='https://github.com/django-debug-toolbar/django-debug-toolbar',
1313
download_url='https://pypi.python.org/pypi/django-debug-toolbar',
1414
license='BSD',
15-
packages=find_packages(exclude=('tests', 'example')),
15+
packages=find_packages(exclude=('tests.*', 'tests', 'example')),
1616
install_requires=[
1717
'django>=1.4.2',
1818
'sqlparse',

0 commit comments

Comments
 (0)