We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8eee2bf + 3965db9 commit 15037ceCopy full SHA for 15037ce
1 file changed
setup.py
@@ -43,7 +43,7 @@ def find_version(*file_paths):
43
url='http://www.fig.sh/',
44
author='Docker, Inc.',
45
license='Apache License 2.0',
46
- packages=find_packages(),
+ packages=find_packages(exclude=[ 'tests.*', 'tests' ]),
47
include_package_data=True,
48
test_suite='nose.collector',
49
install_requires=install_requires,
0 commit comments