From 786e55d717c94145d01278ef712f83b7dd34d6b7 Mon Sep 17 00:00:00 2001 From: Jiri Podivin Date: Wed, 4 May 2022 12:27:49 +0200 Subject: [PATCH] Normalizing VF metadata Added Framework and Development status classifiers.[0] Added python_requires clause to indicate compatibility with runtime.[1] Removed unnecessary level of indentation in the files section. [0] https://pypi.org/classifiers/ [1] https://setuptools.pypa.io/en/latest/userguide/dependency_management.html?highlight=python_requires#python-requirement Signed-off-by: Jiri Podivin Change-Id: I8e3392a143ac9fe2c983f4b2c5b1f05b94a72835 --- setup.cfg | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index b5bf4d4a..3e5fda63 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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/* [compile_catalog]