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 <doug.hellmann@dreamhost.com>
This commit is contained in:
Doug Hellmann 2013-03-05 16:20:09 -05:00
parent fba1ae00c3
commit 9aa2ec39f2
1 changed files with 1 additions and 0 deletions

View File

@ -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 *