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 03af467 commit f74a31bCopy full SHA for f74a31b
setup.py
@@ -8,5 +8,5 @@
8
9
setup(
10
version=version,
11
- packages=find_packages(exclude=('tests',)),
+ packages=find_packages(exclude=('tests', 'tests.*')),
12
)
0 commit comments