From: shangxdy Date: Thu, 20 Jul 2017 13:37:59 +0000 (+0800) Subject: Fix MANIFEST file in heat-translator X-Git-Tag: 0.5.0~13 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F61%2F37861%2F1;p=parser.git 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 --- 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