From: Yuan Zhou Date: Thu, 23 Apr 2015 01:37:50 +0000 (+0800) Subject: Adding missing files in setup.py X-Git-Tag: 1.1.0~961^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F469%2Fhead;p=teuthology.git Adding missing files in setup.py Some non-python scripts are missing when install. Signed-off-by: Yuan Zhou --- diff --git a/setup.py b/setup.py index d3b44319c..96867b726 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,10 @@ setup( name='teuthology', version=metadata['version'], packages=find_packages(), - + package_data={ + 'teuthology.task': ['valgrind.supp', 'adjust-ulimits', 'edit_sudoers.sh', 'daemon-helper'], + 'teuthology': ['ceph.conf.template'], + }, author='Inktank Storage, Inc.', author_email='ceph-qa@ceph.com', description='Ceph test framework',