Skip to content

Commit

Permalink
Merge pull request jazzband#235 from ei-grad/master
Browse files Browse the repository at this point in the history
Don't install "tests.tests" package
  • Loading branch information
cyberdelia committed Jul 17, 2013
2 parents b88110a + e09dd66 commit 2dc36d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
author_email='timothee.peignier@tryphon.org',
url='https://github.com/cyberdelia/django-pipeline',
license='MIT',
packages=find_packages(exclude=['tests']),
packages=find_packages(exclude=['tests', 'tests.tests']),
zip_safe=False,
install_requires=[
'futures>=2.1.3',
Expand Down

0 comments on commit 2dc36d8

Please sign in to comment.