setup.cfg: Replace dashes by underscores

Since setuptools v54.1.0[1], the parmeters with dash have been
deprecated in favor of the new parameters with underscore.

This change updates the parameters accordingly to avoid the warnings
like the example below.

  UserWarning: Usage of dash-separated 'description-file' will not be
  supported in future versions. Please use the underscore name
  'description_file' instead

[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb

Change-Id: I8b5d4470cbae4372106b3b78f1bc0641deba8655
This commit is contained in:
Takashi Kajinami 2022-02-06 02:22:13 +09:00
parent 194a167a30
commit 44b1a47f76
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
[metadata]
name = openstack-tempest-skiplist
summary = Tool and repository to store tempest skip list for different installers
description-file =
description_file =
README.rst
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://pypi.org/project/openstack-tempest-skiplist
author_email = openstack-discuss@lists.openstack.org
home_page = https://pypi.org/project/openstack-tempest-skiplist
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology