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:
parent
6c919b777d
commit
283cb6a375
11
setup.cfg
11
setup.cfg
@ -1,14 +1,13 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = tosca-parser
|
name = tosca-parser
|
||||||
url = https://launchpad.net/tosca-parser
|
base_url = https://launchpad.net/tosca-parser
|
||||||
summary = Parser for TOSCA Simple Profile in YAML.
|
description = Parser for TOSCA Simple Profile in YAML.
|
||||||
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 = https://docs.openstack.org/tosca-parser/latest/
|
url = https://docs.openstack.org/tosca-parser/latest/
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user