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 7a85410 + cbbedff commit 18c61d7Copy full SHA for 18c61d7
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