Skip to content

Commit

Permalink
Don't include the tests in the installation (only in the source tarba…
Browse files Browse the repository at this point in the history
…ll).
  • Loading branch information
apollo13 committed Mar 12, 2013
1 parent 0075ead commit 879e9f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ include runshell.py
include runtests.py
recursive-include docs *
recursive-include requirements *
recursive-include test_django_filters/templates/test_django_filters *
recursive-include test_django_filters *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
author='Alex Gaynor',
author_email='[email protected]',
url='http://github.com/alex/django-filter/tree/master',
packages=find_packages(),
packages=find_packages(exclude=['test_django_filters']),
classifiers=[
'Development Status :: 3 - Alpha',
'Environment :: Web Environment',
Expand Down

0 comments on commit 879e9f6

Please sign in to comment.