summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjulien zhang <zhang.jun3g@zte.com.cn>2016-08-03 08:11:54 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-08-03 08:11:54 +0000
commit476e9f0f430ce371cadc1f34e2601327732d0c05 (patch)
treeb036239f7d002b285486373d4333677174b1c8b3
parenta679a901bbb58a526d60aa1182a0e6fcd0e41419 (diff)
parentf8faed12d30683ae0dd3ab08991712ed3c33d703 (diff)
Merge "Parser miss files(*.conf, *.yaml, *.meta, *.sh) when create a distribution"
-rw-r--r--tosca2heat/heat-translator/MANIFEST.in10
-rw-r--r--tosca2heat/tosca-parser/MANIFEST.in10
2 files changed, 18 insertions, 2 deletions
diff --git a/tosca2heat/heat-translator/MANIFEST.in b/tosca2heat/heat-translator/MANIFEST.in
index 90f8a7a..1fc29b3 100644
--- a/tosca2heat/heat-translator/MANIFEST.in
+++ b/tosca2heat/heat-translator/MANIFEST.in
@@ -1,6 +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 \ No newline at end of file
+global-exclude *.pyc
diff --git a/tosca2heat/tosca-parser/MANIFEST.in b/tosca2heat/tosca-parser/MANIFEST.in
index 90f8a7a..1fc29b3 100644
--- a/tosca2heat/tosca-parser/MANIFEST.in
+++ b/tosca2heat/tosca-parser/MANIFEST.in
@@ -1,6 +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 \ No newline at end of file
+global-exclude *.pyc