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.
2 parents 1e871b5 + 18c61d7 commit b14996eCopy full SHA for b14996e
setup.py
@@ -53,5 +53,5 @@
53
'Programming Language :: Python :: 3',
54
'Topic :: Software Development :: Libraries'
55
],
56
- packages=find_packages()
+ packages=find_packages(exclude=('tests', 'tests.*'))
57
)
0 commit comments