Merge "Normalizing VF metadata"

This commit is contained in:
Zuul 2022-05-27 16:50:44 +00:00 committed by Gerrit Code Review
commit a0c7a3e00a
1 changed files with 6 additions and 2 deletions

View File

@ -7,7 +7,9 @@ author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/validations-libs/latest/
classifier =
Development Status :: 5 - Production/Stable
Environment :: OpenStack
Framework :: Ansible
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
@ -19,12 +21,14 @@ classifier =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[options]
python_requires = >=3.6
[files]
packages = validations_libs
data_files =
etc =
validation.cfg
etc = validation.cfg
share/ansible/callback_plugins = validations_libs/callback_plugins/*
[entry_points]