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: Ibda458a394207539db128d99fbd45a1d4560562c
This commit is contained in:
Yandong Xuan 2021-04-26 15:54:23 +08:00
parent 4baa502ec8
commit 534c04ca9c
1 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
[metadata]
name = os-brick
summary = OpenStack Cinder brick library for managing local volume attaches
description-file =
description_file =
README.rst
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://docs.openstack.org/os-brick/
python-requires = >=3.6
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/os-brick/
python_requires = >=3.6
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology