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: I1b4082e121c57585408d23ecc528674ca5924b7e
This commit is contained in:
Yandong Xuan 2021-05-01 16:16:29 +08:00
parent ec1f31a685
commit 0667c24e8f
1 changed files with 4 additions and 4 deletions

View File

@ -1,13 +1,13 @@
[metadata]
name = rally-openstack
summary = Rally plugins for OpenStack platform
description-file =
description_file =
README.rst
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://docs.openstack.org/rally/latest/
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/rally/latest/
license = Apache License, Version 2.0
python-requires = >=3.6
python_requires = >=3.6
classifier =
Environment :: OpenStack
Intended Audience :: Developers