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

please check this below reference link

[2] https://review.opendev.org/c/openstack/charm-cinder/+/854987

Change-Id: Ia24adb0fe6690a1f89fa8b1675a2c31f3f50b4b9
This commit is contained in:
Sairam Vengala 2023-07-07 07:43:07 +00:00 committed by sairam vengala
parent 863c377741
commit e8460be8c5
1 changed files with 4 additions and 5 deletions

View File

@ -1,13 +1,12 @@
[metadata]
name = python-tackerclient
summary = CLI and Client Library for OpenStack Tacker
description_file =
README.rst
description = CLI and Client Library for OpenStack Tacker
long_description = file: README.rst
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/python-tackerclient/
url = https://docs.openstack.org/python-tackerclient/
python_requires = >=3.6
classifier =
classifiers =
Environment :: OpenStack
Intended Audience :: Developers
Intended Audience :: Information Technology