b541c5ef99
Executes all linters via pre-commit, which is much faster, guarantees their version locking and allows upgrading them with a single command. Before this change the only linter running via pre-commit was ansible-lint. Now we also run bashate, flake8 and yamllint via pre-commit. For developer convenience we still keep the old tox environments which allow running a single linter. Added long_description_content_type to fix twine check failure Change-Id: I037eae61921b2a84aa99838804f70e96ee8d8b13
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.md
|
|
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 = _
|