Skip to content

Commit

Permalink
Merge pull request #66 from onkelbeh/patch-1
Browse files Browse the repository at this point in the history
Update setup.py, fix bad exclude mask
  • Loading branch information
doudz authored Nov 13, 2020
2 parents 56d51f5 + 52e15ed commit 99d1923
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 @@ -71,7 +71,7 @@ def is_raspberry_pi(raise_on_errors=False):
author="Sébastien RAMAGE",
author_email="sebatien.ramage@gmail.com",
license="GPL-3.0",
packages=find_packages(exclude=['*.tests']),
packages=find_packages(exclude=['tests']),
install_requires=requires,
tests_require=[
'pytest',
Expand Down

0 comments on commit 99d1923

Please sign in to comment.