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: I97d1a72fa4b6d61c82317cc91405d5e68a719119
Yandong Xuan
5 years ago
| 0 | 0 | [metadata] |
| 1 | 1 | name = cinder-tempest-plugin |
| 2 | 2 | summary = Tempest plugin tests for Cinder. |
| 3 | description-file = | |
| 3 | description_file = | |
| 4 | 4 | README.rst |
| 5 | 5 | author = OpenStack |
| 6 | author-email = openstack-discuss@lists.openstack.org | |
| 7 | home-page = http://www.openstack.org/ | |
| 6 | author_email = openstack-discuss@lists.openstack.org | |
| 7 | home_page = http://www.openstack.org/ | |
| 8 | 8 | classifier = |
| 9 | 9 | Environment :: OpenStack |
| 10 | 10 | Intended Audience :: Information Technology |