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:
parent
863c377741
commit
e8460be8c5
@ -1,13 +1,12 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = python-tackerclient
|
name = python-tackerclient
|
||||||
summary = CLI and Client Library for OpenStack Tacker
|
description = CLI and Client Library for OpenStack Tacker
|
||||||
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/python-tackerclient/
|
url = https://docs.openstack.org/python-tackerclient/
|
||||||
python_requires = >=3.6
|
python_requires = >=3.6
|
||||||
classifier =
|
classifiers =
|
||||||
Environment :: OpenStack
|
Environment :: OpenStack
|
||||||
Intended Audience :: Developers
|
Intended Audience :: Developers
|
||||||
Intended Audience :: Information Technology
|
Intended Audience :: Information Technology
|
||||||
|
Loading…
x
Reference in New Issue
Block a user