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: I48b452c2413a854b8171814112fc31285728a0d6
This commit is contained in:
Yandong Xuan 2021-04-26 15:47:27 +08:00
parent 5bd8d929a7
commit 1d47500d41
1 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
[metadata] [metadata]
name = openstack-cyborg name = openstack-cyborg
summary = Distributed Acceleration Management as a Service summary = Distributed Acceleration Management as a Service
description-file = description_file =
README.rst README.rst
author = OpenStack author = OpenStack
author-email = openstack-discuss@lists.openstack.org author_email = openstack-discuss@lists.openstack.org
home-page = https://docs.openstack.org/cyborg/latest/ home_page = https://docs.openstack.org/cyborg/latest/
python-requires = >=3.6 python_requires = >=3.6
classifier = classifier =
Environment :: OpenStack Environment :: OpenStack
Intended Audience :: Information Technology Intended Audience :: Information Technology