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.
tests
1 parent fe06f57 commit eaefaa9Copy full SHA for eaefaa9
setup.py
@@ -99,7 +99,7 @@
99
100
# You can just specify the packages manually here if your project is
101
# simple. Or you can use find_packages().
102
- packages=find_packages(exclude=['contrib', 'docs', 'tests']),
+ packages=find_packages(exclude=['contrib', 'docs', '*tests*']),
103
104
# Alternatively, if you want to distribute just a my_module.py, uncomment
105
# this:
0 commit comments