From e2abf973c7e4e80293aad403a10b2455ca34b573 Mon Sep 17 00:00:00 2001 From: Yandong Xuan Date: Sat, 1 May 2021 15:17:07 +0800 Subject: [PATCH] setup.cfg: Replace dashes with underscores Resolves warnings like the following: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead Change-Id: Iba570948044d74acb78ef58c94bd3ea4bcf5016f --- setup.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 373a503c..9d458e2a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,12 +1,12 @@ [metadata] name = cinder-specs summary = "Cinder Specifications repository" -description-file = +description_file = README.rst author = OpenStack -author-email = openstack-discuss@lists.openstack.org -home-page = http://specs.openstack.org/openstack/cinder-specs/ -python-requires = >=3.6 +author_email = openstack-discuss@lists.openstack.org +home_page = http://specs.openstack.org/openstack/cinder-specs/ +python_requires = >=3.6 classifier = Environment :: OpenStack Intended Audience :: Information Technology