Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ebellocchia committed Oct 13, 2021
1 parent 625bfc4 commit 5b8431e
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 @@ -54,7 +54,7 @@ def load_requirements(req_file):
license="MIT",
test_suite="tests",
install_requires=load_requirements("requirements.txt"),
packages=setuptools.find_packages(exclude=["tests"]),
packages=setuptools.find_packages(exclude=["*tests*"]),
keywords=load_keywords("keywords.txt"),
platforms=["any"],
classifiers=[
Expand Down

0 comments on commit 5b8431e

Please sign in to comment.