Update metadata in setup.cfg
we are using some "aliases" that the setuptools docs say
"are supported for compatibility reasons" but their use is not advised[1].
[1] https://setuptools.pypa.io/en/latest/userguide/declarative_config.html#metadata
maintaining setup.cfg as per other repos[2]
[2] https://review.opendev.org/c/openstack/cinder-specs/+/822918
example : https://github.com/pypa/virtualenv/blob/main/setup.cfg
Change-Id: I992fc9c81a08474a04373ad1bfd710988517f0b8
tushargite96 authored 3 years ago
Tushar Trambak Gite committed 3 years ago
| 0 | 0 | [metadata] |
| 1 | 1 | name = cinder-tempest-plugin |
| 2 | summary = Tempest plugin tests for Cinder. | |
| 3 | description_file = | |
| 4 | README.rst | |
| 2 | description = Tempest plugin tests for Cinder. | |
| 3 | long_description = file: README.rst | |
| 5 | 4 | author = OpenStack |
| 6 | 5 | author_email = openstack-discuss@lists.openstack.org |
| 7 | home_page = http://www.openstack.org/ | |
| 6 | url = http://www.openstack.org/ | |
| 8 | 7 | python_requires = >=3.6 |
| 9 | classifier = | |
| 8 | classifiers = | |
| 10 | 9 | Environment :: OpenStack |
| 11 | 10 | Intended Audience :: Information Technology |
| 12 | 11 | Intended Audience :: System Administrators |