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 2e364ec commit f0ce287Copy full SHA for f0ce287
setup.py
@@ -17,7 +17,7 @@ def read(fname):
17
maintainer='Maxim Sukharev',
18
maintainer_email='[email protected]',
19
license='BSD',
20
- packages=find_packages(),
+ packages=find_packages(exclude=['tests']),
21
include_package_data=True,
22
classifiers=[
23
'Development Status :: 5 - Production/Stable',
0 commit comments