diff --git a/setup.cfg b/setup.cfg index a5fd1eb5..476a0282 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,6 +12,19 @@ classifier = License :: OSI Approved :: Apache Software License Operating System :: POSIX :: Linux +[global] +setup-hooks = + pbr.hooks.setup_hook + +[files] +data_files = + share/ansible/roles/os_tempest/defaults = defaults/* + share/ansible/roles/os_tempest/meta = meta/* + share/ansible/roles/os_tempest/tasks = tasks/* + share/ansible/roles/os_tempest/templates = templates/* + share/ansible/roles/os_tempest/files = files/* + share/ansible/roles/os_tempest/vars = vars/* + [build_sphinx] all_files = 1 build-dir = doc/build