From bdf59084b65074c7cfaab8d9ade3b5932fbf8c11 Mon Sep 17 00:00:00 2001 From: Ian Main Date: Fri, 27 Jul 2012 09:41:25 -0700 Subject: [PATCH] Add tools directory to python package. This adds the tools/ dir to the tarball for distribution. Change-Id: I82a18df568bf2d7421a49e057e80a7bc236e2078 Signed-off-by: Ian Main --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index f5ee348528..5c4c32617c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -12,3 +12,4 @@ include heat/cloudinit/part-handler.py include heat/db/sqlalchemy/migrate_repo/migrate.cfg graft etc graft docs +graft tools