[metadata] name = tripleo-operator-ansible summary = Operator ansible assets for the TripleO project. description-file = README.md author = OpenStack author-email = openstack-discuss@lists.openstack.org home-page = https://opendev.org/openstack/tripleo-ansible classifier = License :: OSI Approved :: Apache Software License Development Status :: 4 - Beta Intended Audience :: Developers Intended Audience :: System Administrators Intended Audience :: Information Technology Topic :: Utilities [global] setup-hooks = pbr.hooks.setup_hook [files] data_files = share/ansible/collections/ansible_collections/tripleo/operator/ = galaxy.yml share/ansible/collections/ansible_collections/tripleo/operator/ = README.md share/ansible/collections/ansible_collections/tripleo/operator/roles/ = roles/* share/ansible/collections/ansible_collections/tripleo/operator/plugins/ = plugins/* share/ansible/collections/ansible_collections/tripleo/operator/playbooks/ = playbooks/* [wheel] universal = 1 [pbr] skip_authors = True skip_changelog = True [flake8] # based on https://github.com/psf/black ignore = E203,E501,W503,W504,D # "D" added because we do not use docstrings checks, yet [doc8] # Settings for doc8: extensions = .rst ignore = D001