From 69bdb11475c59945d8a9a7d26ee55cc66c57d888 Mon Sep 17 00:00:00 2001 From: Maxence Dalmais Date: Wed, 7 May 2014 17:21:05 +0200 Subject: [PATCH] correcting the MANIFEST.in paths Changes * adding sh files to the hdp plugin Closes-Bug: #1317070 Change-Id: I63745bef4aea4fb2c6c3c0e5376cdb42dd64f4cb --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 3a97743631..20fc1c8df1 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -22,8 +22,10 @@ include sahara/plugins/vanilla/v2_3_0/resources/*.sql include sahara/plugins/vanilla/v2_3_0/resources/*.template include sahara/plugins/hdp/versions/version_1_3_2/resources/*.template include sahara/plugins/hdp/versions/version_1_3_2/resources/*.json +include sahara/plugins/hdp/versions/version_1_3_2/resources/*.sh include sahara/plugins/hdp/versions/version_2_0_6/resources/*.template include sahara/plugins/hdp/versions/version_2_0_6/resources/*.json +include sahara/plugins/hdp/versions/version_2_0_6/resources/*.sh include sahara/resources/*.heat include sahara/service/edp/resources/*.xml include sahara/swift/resources/*.xml