From b452414abde343f7d8e0415cf565a1f2aaaaf18f Mon Sep 17 00:00:00 2001 From: tushargite96 Date: Mon, 29 Aug 2022 16:49:21 +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-tempest-plugin/+/828475 Change-Id: I08f81179f4c1229aae990f4f1487831f9a9a2921 --- setup.cfg | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/setup.cfg b/setup.cfg index 6aed385bb82..1baa6534628 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,13 +1,12 @@ [metadata] name = cinder -summary = OpenStack Block Storage -description_file = - README.rst +description = OpenStack Block Storage +long_description = file: README.rst author = OpenStack author_email = openstack-discuss@lists.openstack.org -home_page = https://docs.openstack.org/cinder/latest/ +url = https://docs.openstack.org/cinder/latest/ python_requires = >=3.8 -classifier = +classifiers = Environment :: OpenStack Intended Audience :: Information Technology Intended Audience :: System Administrators