Skip to content

Commit

Permalink
Merge pull request #469 from zhouyuan/add_missing_files
Browse files Browse the repository at this point in the history
Adding missing files in setup.py
  • Loading branch information
zmc committed Apr 23, 2015
2 parents 83899dc + 1bc18ef commit 3ac42e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Expand Up @@ -19,7 +19,10 @@
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',
Expand Down

0 comments on commit 3ac42e0

Please sign in to comment.