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: Iba570948044d74acb78ef58c94bd3ea4bcf5016f
This commit is contained in:
parent
2d21f45ebd
commit
e2abf973c7
@ -1,12 +1,12 @@
|
||||
[metadata]
|
||||
name = cinder-specs
|
||||
summary = "Cinder Specifications repository"
|
||||
description-file =
|
||||
description_file =
|
||||
README.rst
|
||||
author = OpenStack
|
||||
author-email = openstack-discuss@lists.openstack.org
|
||||
home-page = http://specs.openstack.org/openstack/cinder-specs/
|
||||
python-requires = >=3.6
|
||||
author_email = openstack-discuss@lists.openstack.org
|
||||
home_page = http://specs.openstack.org/openstack/cinder-specs/
|
||||
python_requires = >=3.6
|
||||
classifier =
|
||||
Environment :: OpenStack
|
||||
Intended Audience :: Information Technology
|
||||
|
Loading…
x
Reference in New Issue
Block a user