diff options
Diffstat (limited to 'tosca2heat')
-rw-r--r-- | tosca2heat/heat-translator/MANIFEST.in | 14 |
1 files changed, 14 insertions, 0 deletions
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 |