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: Ibf323abb18228e5b943aaa00ea0129e9b987d595
This commit is contained in:
LiZekun 2022-09-08 14:01:32 +08:00
parent 3813c99e50
commit 4f3e0ee05e
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
[metadata]
name = zaqar_tempest_plugin
summary = Tempest plugin zaqar_tempest_plugin
description-file =
description_file =
README.rst
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = http://www.openstack.org/
author_email = openstack-discuss@lists.openstack.org
home_page = http://www.openstack.org/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology