validations-common/setup.cfg
matbu 64f1e011e6 Python 3.6 support removal
The lowest version of python supported will be Python 3.8,
to keep up with some of the adjacent components and CI jobs.

Releated-Bug: #1974244

Change-Id: I513ec696fd769f6fbef3004095898189dbe1721d
2022-06-03 07:43:00 +00:00

36 lines
1.2 KiB
INI

[metadata]
name = validations-common
summary = A common Ansible libraries and plugins for the validations framework
long_description = file: README.rst
long_description_content_type = text/x-rst
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://opendev.org/openstack/validations-common
classifier =
Development Status :: 5 - Production/Stable
Environment :: OpenStack
Framework :: Ansible
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[options]
python_requires = >=3.8
[files]
packages =
validations_common
data_files =
share/ansible/roles = roles/*
share/ansible/roles = validations_common/roles/*
share/ansible/library = validations_common/library/*
share/ansible/validation-playbooks = validations_common/playbooks/*