diff options
author | julien zhang <zhang.jun3g@zte.com.cn> | 2016-08-03 08:11:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-03 08:11:54 +0000 |
commit | 476e9f0f430ce371cadc1f34e2601327732d0c05 (patch) | |
tree | b036239f7d002b285486373d4333677174b1c8b3 /tosca2heat/heat-translator | |
parent | a679a901bbb58a526d60aa1182a0e6fcd0e41419 (diff) | |
parent | f8faed12d30683ae0dd3ab08991712ed3c33d703 (diff) |
Merge "Parser miss files(*.conf, *.yaml, *.meta, *.sh) when create a distribution"
Diffstat (limited to 'tosca2heat/heat-translator')
-rw-r--r-- | tosca2heat/heat-translator/MANIFEST.in | 10 |
1 files changed, 9 insertions, 1 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 |