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: I4874777e00fa87884b994b553c1849800af33e62
This commit is contained in:
tushargite96 2022-08-29 16:16:55 +05:30 committed by Tushar Trambak Gite
parent ba21da64f6
commit a4aaa2bef8
1 changed files with 4 additions and 5 deletions

View File

@ -1,12 +1,11 @@
[metadata]
name = charm-cinder
summary = Charm module for OpenStack Cinder
description_file =
README.md
description = Charm module for OpenStack Cinder
long_description = file: README.md
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/charm-guide/latest/
classifier =
url = https://docs.openstack.org/charm-guide/latest/
classifiers =
Intended Audience :: Developers
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License