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: I6c161fc4bbc1fafa576916bb9dc3a039c06f9ffa
This commit is contained in:
Yandong Xuan 2021-05-01 15:14:09 +08:00
parent 3bde7a843f
commit 290b8c068e
1 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
[metadata]
name = designate
summary = DNS as a Service
description-file =
description_file =
README.rst
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://docs.openstack.org/designate/latest/
python-requires = >=3.6
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/designate/latest/
python_requires = >=3.6
classifier =
Environment :: OpenStack
Environment :: No Input/Output (Daemon)