]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
Adding missing files in setup.py 469/head
authorYuan Zhou <yuan.zhou@intel.com>
Thu, 23 Apr 2015 01:37:50 +0000 (09:37 +0800)
committerYuan Zhou <yuan.zhou@intel.com>
Thu, 23 Apr 2015 02:01:41 +0000 (10:01 +0800)
Some non-python scripts are missing when install.

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
setup.py

index d3b44319c4c73d113b53420fef20fafa36fa1c2d..96867b72666d4a0de146c2c760ebb52e33f38c0f 100644 (file)
--- 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',