From 2715218e2b6f7d356e6cde5a33ccf8c85bea3f63 Mon Sep 17 00:00:00 2001 From: tushargite96 Date: Mon, 29 Aug 2022 16:46:03 +0530 Subject: [PATCH] Update metadata in setup.cfg maintaining setup.cfg as per other repos[1] [1] https://review.opendev.org/c/openstack/cinder-tempest-plugin/+/828475 Change-Id: I2f2d0502c26ce91a88237aa4cc4a50df036cf803 --- setup.cfg | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/setup.cfg b/setup.cfg index 60a9816..f37b973 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,14 +3,13 @@ exclude = .git,.venv,.tox,dist,doc,*egg,build [metadata] name = cinderlib -summary = Direct usage of Cinder Block Storage drivers without the services -description_file = - DESCRIPTION.rst +description = Direct usage of Cinder Block Storage drivers without the services +long_description = file: DESCRIPTION.rst author = OpenStack author_email = openstack-discuss@lists.openstack.org -home_page = https://docs.openstack.org/cinderlib/latest/ +url = https://docs.openstack.org/cinderlib/latest/ python_requires = >=3.6 -classifier = +classifiers = Environment :: OpenStack Intended Audience :: Information Technology Intended Audience :: System Administrators