From 9949c43eaa7258e83976291a3957a7e17b51e712 Mon Sep 17 00:00:00 2001 From: shangxdy Date: Thu, 20 Jul 2017 21:37:59 +0800 Subject: 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 --- tosca2heat/heat-translator/MANIFEST.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tosca2heat/heat-translator/MANIFEST.in 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 -- cgit 1.2.3-korg