From 9aa2ec39f2fd3191aa4d68a6db3f60c6773b0508 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 5 Mar 2013 16:20:09 -0500 Subject: [PATCH] Add the etc directory to the sdist manifest Make sure we package the sample configuration files along with the rest of the source files. Change-Id: I957101fc5fb35f305924d362b94e24323e833c05 Signed-off-by: Doug Hellmann --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index d09a35810..d5a2fbdfd 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,6 +4,7 @@ include ceilometer/storage/sqlalchemy/migrate_repo/migrate.cfg exclude .gitignore exclude .gitreview graft tests +graft etc recursive-include nova_tests *.py global-exclude *.pyc recursive-include public *