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:
parent
2becf4b0f1
commit
20e1615d8f
@ -1,13 +1,12 @@
|
||||
[metadata]
|
||||
name = heat-translator
|
||||
summary = Tool to translate non-heat templates to Heat Orchestration Template.
|
||||
description_file =
|
||||
README.rst
|
||||
description = Tool to translate non-heat templates to Heat Orchestration Template.
|
||||
long_description = file: README.rst
|
||||
author = OpenStack
|
||||
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
|
||||
classifier =
|
||||
classifiers =
|
||||
Environment :: OpenStack
|
||||
Intended Audience :: Information Technology
|
||||
Intended Audience :: System Administrators
|
||||
|
Loading…
Reference in New Issue
Block a user