diff --git a/setup.cfg b/setup.cfg index a365e81..71fe8e1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,3 +22,12 @@ warnerrors = True [wheel] universal = 1 + +[global] +setup-hooks = + pbr.hooks.setup_hook + +[files] +data_files = + usr/share/ansible/plugins/action = action/* + usr/share/ansible/plugins/modules = library/*