update setup.py

This commit is contained in:
chenfeiyu 2019-11-25 11:09:33 +00:00
parent ffcbd38b81
commit cc4fd87038
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ setup_info = dict(
],
# Package info
packages=find_packages(exclude=('tests', 'test.*')),
packages=find_packages(exclude=('tests', 'tests.*')),
zip_safe=True,
)