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: Ib0926420094443126be322d759c37a926675984b
This commit is contained in:
Yandong Xuan 2021-05-01 15:09:22 +08:00
parent ee09cab546
commit eeeb08dfce
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
[metadata]
name = rally
summary = Generic Testing Framework & Tool that unifies all types of testing.
description-file =
description_file =
README.rst
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://docs.openstack.org/rally/latest/
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/rally/latest/
license = Apache License, Version 2.0
requires_python = >=3.6
classifier =