From b755ed1c847feda276cee50f740412e495a38f26 Mon Sep 17 00:00:00 2001 From: Thomas S Hatch Date: Wed, 13 Aug 2014 15:44:25 -0600 Subject: [PATCH] Add template files to manifest so they get included in python 2.6 builds because package_data was changed in 2.7 --- MANIFEST.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index b124c455690..c9e03dc4506 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -16,4 +16,6 @@ recursive-include scripts * include conf/* recursive-include pkg * recursive-include salt *.jinja -include salt/templates/git/ssh-id-wrapper +recursive-include salt *.flo +include salt/templates/git/* +include salt/templates/lxc/*