From e976c8ea0b6133962ab98da8f74f575b264b6c10 Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Thu, 18 Apr 2019 13:22:05 +0200 Subject: [PATCH] Include templates directory in release tarball The unit test `unit.utils.test_extend.ExtendTestCase` needs to access the files in the `templates` directory. Therefore add the `templates` directory in the release tarball. Signed-off-by: Benjamin Drung --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index b171b74d281..26e3067ecab 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -21,5 +21,6 @@ recursive-include conf * recursive-include pkg * recursive-include salt *.jinja recursive-include salt *.flo +recursive-include templates * include salt/templates/git/* include salt/templates/lxc/*