Skip to content

Commit

Permalink
Exclude nani.tests from distribution too (fixes issue12).
Browse files Browse the repository at this point in the history
nani.tests depend on testproject.
  • Loading branch information
andialbrecht committed May 18, 2011
1 parent 441ce54 commit 05e1a2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -8,7 +8,8 @@
author = 'Jonas Obrist',
author_email = 'jonas.obrist@divio.ch',
url = 'http://django-nani.readthedocs.org',
packages = find_packages(exclude=['testproject', 'testproject.app']),
packages = find_packages(exclude=['testproject', 'testproject.app',
'nani.tests']),
zip_safe=False,
include_package_data = True,
install_requires=[
Expand Down

0 comments on commit 05e1a2b

Please sign in to comment.