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: I6c40c36603b3d173adcc5c941b5654102778a058
This commit is contained in:
YuehuiLei 2021-04-27 14:07:39 +08:00
parent be505aefaa
commit 00c5825ca7
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
[metadata]
name = horizon
summary = OpenStack Dashboard
description-file =
description_file =
README.rst
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://docs.openstack.org/horizon/latest/
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/horizon/latest/
classifier =
Development Status :: 5 - Production/Stable
Environment :: OpenStack