From 59842d6a2419c0473d2d4ecbee71be72659826b7 Mon Sep 17 00:00:00 2001 From: haixin Date: Tue, 27 Apr 2021 14:09:05 +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: Ia9d7069b46b0a2569665a70223e015428b978381 --- setup.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.cfg b/setup.cfg index 7e3146effb..b07fc0ed89 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,12 +1,12 @@ [metadata] name = manila summary = Shared Storage for OpenStack -description-file = +description_file = README.rst author = OpenStack -author-email = openstack-discuss@lists.openstack.org -home-page = https://docs.openstack.org/manila/latest/ -python-requires = >=3.6 +author_email = openstack-discuss@lists.openstack.org +home_page = https://docs.openstack.org/manila/latest/ +python_requires = >=3.6 classifier = Environment :: OpenStack Intended Audience :: Information Technology @@ -19,7 +19,7 @@ classifier = Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 [global] -setup-hooks = +setup_hooks = pbr.hooks.setup_hook [files]