Skip to content

Commit

Permalink
Excludes tests from packaged distributions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfinkels committed Sep 8, 2016
1 parent 3c3bf73 commit 6310522
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 @@ -101,7 +101,7 @@ def find_version(*file_path):
long_description=__doc__,
name='Flask-Restless',
platforms='any',
packages=find_packages(),
packages=find_packages(exclude=['tests', 'tests.*']),
test_suite='tests',
tests_require=['unittest2'],
url='https://github.com/jfinkels/flask-restless',
Expand Down

0 comments on commit 6310522

Please sign in to comment.