Normalizing VF metadata

Replaced description-file key with the appropriate long_description key.[0]

Added Development status and framework classifiers.[1]

Moved python_requires clause into the appropriate section.[2]

[0] https://setuptools.pypa.io/en/latest/userguide/declarative_config.html?highlight=long_description_content_type#metadata
[1] https://pypi.org/classifiers/
[2] https://setuptools.pypa.io/en/latest/userguide/dependency_management.html?highlight=python_requires#python-requirement

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: I92304bacdcbc6cc44cd4003cce54ad0a5e0dc785
(cherry picked from commit 63dcde377b)
This commit is contained in:
Jiri Podivin 2022-05-04 15:31:06 +02:00
parent 13f342c0f5
commit 1710d1ac76
1 changed files with 6 additions and 3 deletions

View File

@ -1,15 +1,15 @@
[metadata]
name = validations-common
summary = A common Ansible libraries and plugins for the validations framework
description_file =
README.rst
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
python_requires = >=3.6
classifier =
Development Status :: 5 - Production/Stable
Environment :: OpenStack
Framework :: Ansible
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
@ -23,6 +23,9 @@ classifier =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[options]
python_requires = >=3.6
[files]
packages =
validations_common