34cb09d9b2
Dont include the tests directory when installing ceilometer as they might conflict with other poorly installed packages on the users systems. Fixes LP: #1102110 Signed-off-by Chuck Short <chuck.short@canonical.com> Change-Id: Ia8b0477af72b30dcf54b4751a51bbb460a7a90f4
12 lines
303 B
Plaintext
12 lines
303 B
Plaintext
include AUTHORS
|
|
include ChangeLog
|
|
include ceilometer/storage/sqlalchemy/migrate_repo/migrate.cfg
|
|
exclude .gitignore
|
|
exclude .gitreview
|
|
graft tests
|
|
recursive-include nova_tests *.py
|
|
global-exclude *.pyc
|
|
recursive-include public *
|
|
recursive-include ceilometer/locale *
|
|
recursive-include ceilometer *.html
|