Fix MANIFEST file in heat-translator 61/37861/1
authorshangxdy <shang.xiaodong@zte.com.cn>
Thu, 20 Jul 2017 13:37:59 +0000 (21:37 +0800)
committershangxdy <shang.xiaodong@zte.com.cn>
Thu, 20 Jul 2017 13:37:59 +0000 (21:37 +0800)
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>
tosca2heat/heat-translator/MANIFEST.in [new file with mode: 0644]

diff --git a/tosca2heat/heat-translator/MANIFEST.in b/tosca2heat/heat-translator/MANIFEST.in
new file mode 100644 (file)
index 0000000..1fc29b3
--- /dev/null
@@ -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