ansible-role-refstack-client/setup.cfg
Martin Kopec 9677a5ca83 Add Xena job and py39 among supported pythons
The commit adds a Xena job and adds Python 3.9 among supported
python versions.

Change-Id: I31c33d46882db5b460272aaabec0e2b27226da92
2021-11-04 10:00:28 +00:00

45 lines
1.2 KiB
INI

[metadata]
name = ansible-role-refstack-client
summary = ansible-role-refstack-client - An Ansible role to manage refstack-client.
description-file =
README.md
author = author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://refstack.openstack.org
classifier =
Environment :: OpenStack
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]
data_files =
usr/local/share/ansible/roles/ansible-role-refstack-client/defaults = defaults/*
usr/local/share/ansible/roles/ansible-role-refstack-client/tasks = tasks/*
[wheel]
universal = 1
[pbr]
skip_authors = True
skip_changelog = True
[flake8]
# E123, E125 skipped as they are invalid PEP-8.
# E265 deals with spaces inside of comments
show-source = True
ignore = E123,E125,E265
builtins = _