Move image into kloudbuster, and include it in PIP

Change-Id: I9df3c9926017c2babf5dc8562e2a61a5005611f1
This commit is contained in:
Yichen Wang 2017-09-25 11:39:06 -07:00
parent b22f59b8c9
commit fa59993e87
3 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@ package_data =
kloudbuster =
template_storage.html
template_http.html
kb_extract_img_from_docker.sh
[entry_points]
console_scripts =

View File

@ -26,5 +26,5 @@ except ImportError:
setuptools.setup(
setup_requires=['pbr'],
scripts=['kb_extract_img_from_docker.sh'],
scripts=['kloudbuster/kb_extract_img_from_docker.sh'],
pbr=True)