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: I1b4082e121c57585408d23ecc528674ca5924b7e
This commit is contained in:
parent
ec1f31a685
commit
0667c24e8f
@ -1,13 +1,13 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = rally-openstack
|
name = rally-openstack
|
||||||
summary = Rally plugins for OpenStack platform
|
summary = Rally plugins for OpenStack platform
|
||||||
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/rally/latest/
|
home_page = https://docs.openstack.org/rally/latest/
|
||||||
license = Apache License, Version 2.0
|
license = Apache License, Version 2.0
|
||||||
python-requires = >=3.6
|
python_requires = >=3.6
|
||||||
classifier =
|
classifier =
|
||||||
Environment :: OpenStack
|
Environment :: OpenStack
|
||||||
Intended Audience :: Developers
|
Intended Audience :: Developers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user