diff --git a/setup.cfg b/setup.cfg index 5549d40..7e5076d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,11 +1,11 @@ [metadata] name = ansible-role-collect-logs summary = ansible-role-collect-logs - An Ansible role for aggregating logs from different nodes. -description-file = +description_file = README.rst author = TripleO Team -author-email = openstack-discuss@lists.openstack.org -home-page = https://opendev.org/openstack/ansible-role-collect-logs +author_email = openstack-discuss@lists.openstack.org +home_page = https://opendev.org/openstack/ansible-role-collect-logs classifier = License :: OSI Approved :: Apache Software License Development Status :: 4 - Beta @@ -15,7 +15,7 @@ classifier = Topic :: Utilities [global] -setup-hooks = +setup_hooks = pbr.hooks.setup_hook [files] @@ -36,9 +36,9 @@ skip_changelog = True [flake8] # black compatible settings # https://black.readthedocs.io/en/stable/the_black_code_style.html -max-line-length = 88 -extend-ignore = E203,E501,W503,BLK100 -show-source = True +max_line_length = 88 +extend_ignore = E203,E501,W503,BLK100 +show_source = True builtins = _ [isort]