We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d43f3 commit a4b3f64Copy full SHA for a4b3f64
setup.py
@@ -69,7 +69,7 @@
69
70
# You can just specify the packages manually here if your project is
71
# simple. Or you can use find_packages().
72
- packages=find_packages(exclude=['docs', 'test']),
+ packages=find_packages(exclude=['docs', 'test*']),
73
74
# Alternatively, if you want to distribute just a my_module.py, uncomment
75
# this:
0 commit comments