diff options
author | shangxdy <shang.xiaodong@zte.com.cn> | 2017-07-20 21:37:59 +0800 |
---|---|---|
committer | shangxdy <shang.xiaodong@zte.com.cn> | 2017-07-20 21:37:59 +0800 |
commit | 9949c43eaa7258e83976291a3957a7e17b51e712 (patch) | |
tree | 87605447a666073614b2c07e6734fcea0fdbe159 /tosca2heat/heat-translator/MANIFEST.in | |
parent | 00219e7e9b24ee2298a7d0d977afdf123a6de88b (diff) |
Fix MANIFEST file in heat-translator
iWhen install heat-translator, it must provide manifest file to
represent while files will be copied.
JIRA: PARSER-129
Change-Id: I23f1981e8ddaeeabea17e8d7bef4d089f0ba585a
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
Diffstat (limited to 'tosca2heat/heat-translator/MANIFEST.in')
-rw-r--r-- | tosca2heat/heat-translator/MANIFEST.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tosca2heat/heat-translator/MANIFEST.in b/tosca2heat/heat-translator/MANIFEST.in new file mode 100644 index 0000000..1fc29b3 --- /dev/null +++ b/tosca2heat/heat-translator/MANIFEST.in @@ -0,0 +1,14 @@ +include AUTHORS +include ChangeLog +global-include *.py +global-include *.yaml +global-include *.sh +global-include *.txt +global-include *.csar +global-include *.zip +global-include *.meta +global-include *.conf +exclude .gitignore +exclude .gitreview + +global-exclude *.pyc |