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