Alex Schultz 2ef4dda644 Remove workaround links
We've updated our references to use the underscore role names so we can
remove the role names that use dashes.

Change-Id: Iaf4efbc41ee14d16cd091d1a0be36b59bd70ae07
2020-02-04 09:22:30 -07:00

45 lines
1.2 KiB
INI

[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/*
[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