From c540af497e91c6474a4bd7d8457526c272ee83ed Mon Sep 17 00:00:00 2001 From: tushargite96 Date: Mon, 29 Aug 2022 16:31:49 +0530 Subject: [PATCH] Update metadata in setup.cfg we are using some "aliases" that the setuptools docs say "are supported for compatibility reasons" but their use is not advised[1]. [1] https://setuptools.pypa.io/en/latest/userguide/declarative_config.html#metadata maintaining setup.cfg as per other repos[2] [2] https://review.opendev.org/c/openstack/cinder-specs/+/822918 example : https://github.com/pypa/virtualenv/blob/main/setup.cfg Change-Id: I992fc9c81a08474a04373ad1bfd710988517f0b8 --- setup.cfg | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/setup.cfg b/setup.cfg index 3b246b56..3f37df9b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,13 +1,12 @@ [metadata] name = cinder-tempest-plugin -summary = Tempest plugin tests for Cinder. -description_file = - README.rst +description = Tempest plugin tests for Cinder. +long_description = file: README.rst author = OpenStack author_email = openstack-discuss@lists.openstack.org -home_page = http://www.openstack.org/ +url = http://www.openstack.org/ python_requires = >=3.6 -classifier = +classifiers = Environment :: OpenStack Intended Audience :: Information Technology Intended Audience :: System Administrators