From e8460be8c53ad5dfbac720367cf0ae2c3291dc3b Mon Sep 17 00:00:00 2001 From: Sairam Vengala Date: Fri, 7 Jul 2023 07:43:07 +0000 Subject: [PATCH] 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 --- setup.cfg | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/setup.cfg b/setup.cfg index a5bc1b3e..0e9607f7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,13 +1,12 @@ [metadata] name = python-tackerclient -summary = CLI and Client Library for OpenStack Tacker -description_file = - README.rst +description = CLI and Client Library for OpenStack Tacker +long_description = file: README.rst author = OpenStack 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 -classifier = +classifiers = Environment :: OpenStack Intended Audience :: Developers Intended Audience :: Information Technology