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
This commit is contained in:
tushargite96 2022-08-29 16:49:21 +05:30 committed by Tushar Trambak Gite
parent acb8711dcf
commit b452414abd

@ -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