diff --git a/setup.cfg b/setup.cfg index 68b5d74..25098c8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,7 +18,8 @@ build-dir = doc/build source-dir = doc/source [pbr] -warnerrors = True +skip_authors = True +skip_changelog = True [wheel] universal = 1 @@ -29,5 +30,5 @@ setup-hooks = [files] data_files = - usr/share/ansible/plugins/action = action/* - usr/share/ansible/plugins/modules = library/* + share/ansible/plugins/action = action/* + share/ansible/plugins/modules = library/* diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index be5399f..54832b5 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -24,3 +24,6 @@ gate: jobs: - openstack-ansible-python3-ubuntu-bionic + post: + jobs: + - publish-openstack-python-branch-tarball