Skip to content

Commit

Permalink
Exclude all tests from packages
Browse files Browse the repository at this point in the history
  • Loading branch information
yakimka committed Sep 29, 2020
1 parent 321a454 commit ec7cd1d
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 @@ -31,7 +31,7 @@ def load_requirements(fname: str) -> list:
license=module.__license__,
description=module.__doc__,
url='https://github.com/yakimka/CherryTomato',
packages=find_packages(exclude=['tests']),
packages=find_packages(exclude=['tests', 'tests.*']),
python_requires='>=3.6',
install_requires=load_requirements('requirements.txt'),
extras_require={'dev': load_requirements('requirements.dev.txt')},
Expand Down

0 comments on commit ec7cd1d

Please sign in to comment.