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 7e911dc commit e524c3bCopy full SHA for e524c3b
setup.py
@@ -25,7 +25,7 @@
25
26
# You can just specify the packages manually here if your project is
27
# simple. Or you can use find_packages().
28
- packages=find_packages(exclude=['contrib', 'docs', 'test']),
+ packages=find_packages(exclude=['contrib', 'docs', 'test', 'test.*']),
29
30
# List run-time dependencies here. These will be installed by pip when
31
# your project is installed. For an analysis of "install_requires" vs pip's
0 commit comments