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: I7e93878229258afee7eb67cc652f30f63702ab41
This commit is contained in:
Yandong Xuan 2021-05-01 15:55:11 +08:00
parent 111bbafe97
commit c0f612e5f1
1 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
[metadata] [metadata]
name = ec2-api name = ec2-api
summary = OpenStack Ec2api Service summary = OpenStack Ec2api Service
description-file = description_file =
README.rst README.rst
license = Apache License, Version 2.0 license = Apache License, Version 2.0
author = OpenStack author = OpenStack
author-email = openstack-discuss@lists.openstack.org author_email = openstack-discuss@lists.openstack.org
home-page = https://launchpad.net/ec2-api home_page = https://launchpad.net/ec2-api
classifier = classifier =
Environment :: OpenStack Environment :: OpenStack
Intended Audience :: Information Technology Intended Audience :: Information Technology