mirror of
https://github.com/docker/compose.git
synced 2025-07-23 05:34:36 +02:00
Merge pull request #397 from alunduil/master
Exclude tests package from installation.
This commit is contained in:
commit
15037ce0e5
2
setup.py
2
setup.py
@ -43,7 +43,7 @@ setup(
|
|||||||
url='http://www.fig.sh/',
|
url='http://www.fig.sh/',
|
||||||
author='Docker, Inc.',
|
author='Docker, Inc.',
|
||||||
license='Apache License 2.0',
|
license='Apache License 2.0',
|
||||||
packages=find_packages(),
|
packages=find_packages(exclude=[ 'tests.*', 'tests' ]),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
test_suite='nose.collector',
|
test_suite='nose.collector',
|
||||||
install_requires=install_requires,
|
install_requires=install_requires,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user