012209ae34
In order to release we need to fix some linting issues in the readme for pypi. Let's switch it to rst to be consistent with the new standard. Change-Id: Ifcdc3289b0a626e43f687c429d0a5fc082d13a6e
42 lines
1.2 KiB
INI
42 lines
1.2 KiB
INI
[metadata]
|
|
name = ansible-role-tripleo-modify-image
|
|
summary = ansible-tripleo-modify-image - Ansible role to allow modification to container images built for the TripleO project.
|
|
description-file =
|
|
README.rst
|
|
author = TripleO Team
|
|
author-email = sbaker@redhat.com
|
|
home-page = https://git.openstack.org/cgit/openstack/ansible-role-tripleo-modify-image
|
|
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/roles/tripleo-modify-image/defaults = defaults/*
|
|
share/ansible/roles/tripleo-modify-image/meta = meta/*
|
|
share/ansible/roles/tripleo-modify-image/tasks = tasks/*
|
|
share/ansible/roles/tripleo-modify-image/templates = templates/*
|
|
share/ansible/roles/tripleo-modify-image/files = files/*
|
|
share/ansible/roles/tripleo-modify-image/vars = vars/*
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|
|
[pbr]
|
|
skip_authors = True
|
|
skip_changelog = True
|
|
|
|
[flake8]
|
|
# E123, E125 skipped as they are invalid PEP-8.
|
|
show-source = True
|
|
ignore = E123,E125
|
|
builtins = _
|