Skip to content

Commit 15037ce

Browse files
committed
Merge pull request #397 from alunduil/master
Exclude tests package from installation.
2 parents 8eee2bf + 3965db9 commit 15037ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def find_version(*file_paths):
4343
url='http://www.fig.sh/',
4444
author='Docker, Inc.',
4545
license='Apache License 2.0',
46-
packages=find_packages(),
46+
packages=find_packages(exclude=[ 'tests.*', 'tests' ]),
4747
include_package_data=True,
4848
test_suite='nose.collector',
4949
install_requires=install_requires,

0 commit comments

Comments
 (0)