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: I3d6eaebd86ce77a945e8179da783d0875cf19d27
This commit is contained in:
Sairam Vengala 2023-07-07 07:11:52 +00:00 committed by sairam vengala
parent 2becf4b0f1
commit 20e1615d8f

View File

@ -1,13 +1,12 @@
[metadata] [metadata]
name = heat-translator name = heat-translator
summary = Tool to translate non-heat templates to Heat Orchestration Template. description = Tool to translate non-heat templates to Heat Orchestration Template.
description_file = long_description = file: README.rst
README.rst
author = OpenStack author = OpenStack
author_email = openstack-discuss@lists.openstack.org author_email = openstack-discuss@lists.openstack.org
home_page = http://docs.openstack.org/heat-translator/ url = http://docs.openstack.org/heat-translator/
python_requires = >=3.6 python_requires = >=3.6
classifier = classifiers =
Environment :: OpenStack Environment :: OpenStack
Intended Audience :: Information Technology Intended Audience :: Information Technology
Intended Audience :: System Administrators Intended Audience :: System Administrators