Skip to content

Commit 715a29c

Browse files
committed
Applying #367
1 parent 128b09c commit 715a29c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
author=__author__,
1515
author_email=__author_email__,
1616
url=__url__,
17-
packages=find_packages(exclude=['tests']),
17+
packages=find_packages(exclude=['tests','tests.*']),
1818
long_description=long_description,
1919
long_description_content_type='text/markdown',
2020
include_package_data=True,

0 commit comments

Comments
 (0)