Skip to content

Commit

Permalink
Close #468. Exclude tests from distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed Feb 26, 2017
1 parent c6251eb commit e536ee2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ include *.rst
include *.md
include *.txt
include *.json
graft tests
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
author_email='joke2k@gmail.com',
url='https://github.com/joke2k/faker',
license='MIT License',
packages=find_packages(exclude=("docs", "tests",)),
packages=find_packages(exclude=["docs", "tests", "tests.*"]),
platforms=["any"],
test_suite='tests',
zip_safe=zip_safe,
Expand Down

0 comments on commit e536ee2

Please sign in to comment.