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
This commit is contained in:
haixin 2021-04-27 14:09:05 +08:00
parent 7b521675ef
commit 59842d6a24
1 changed files with 5 additions and 5 deletions

View File

@ -1,12 +1,12 @@
[metadata] [metadata]
name = manila name = manila
summary = Shared Storage for OpenStack summary = Shared Storage for OpenStack
description-file = description_file =
README.rst README.rst
author = OpenStack author = OpenStack
author-email = openstack-discuss@lists.openstack.org author_email = openstack-discuss@lists.openstack.org
home-page = https://docs.openstack.org/manila/latest/ home_page = https://docs.openstack.org/manila/latest/
python-requires = >=3.6 python_requires = >=3.6
classifier = classifier =
Environment :: OpenStack Environment :: OpenStack
Intended Audience :: Information Technology Intended Audience :: Information Technology
@ -19,7 +19,7 @@ classifier =
Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.8
[global] [global]
setup-hooks = setup_hooks =
pbr.hooks.setup_hook pbr.hooks.setup_hook
[files] [files]