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: I0d4bfa4b91180ddc567411845b94f5c1a046e2c6
This commit is contained in:
sairamvengala007@gmail.com 2023-07-07 07:02:05 +00:00 committed by sairam vengala
parent 6c919b777d
commit 283cb6a375
1 changed files with 5 additions and 6 deletions

View File

@ -1,14 +1,13 @@
[metadata]
name = tosca-parser
url = https://launchpad.net/tosca-parser
summary = Parser for TOSCA Simple Profile in YAML.
description_file =
README.rst
base_url = https://launchpad.net/tosca-parser
description = Parser for TOSCA Simple Profile in YAML.
long_description = file: README.rst
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/tosca-parser/latest/
url = https://docs.openstack.org/tosca-parser/latest/
python_requires = >=3.6
classifier =
classifiers =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators