Codebase list cinder-tempest-plugin / c540af4
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
1 changed file(s) with 4 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
00 [metadata]
11 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
54 author = OpenStack
65 author_email = openstack-discuss@lists.openstack.org
7 home_page = http://www.openstack.org/
6 url = http://www.openstack.org/
87 python_requires = >=3.6
9 classifier =
8 classifiers =
109 Environment :: OpenStack
1110 Intended Audience :: Information Technology
1211 Intended Audience :: System Administrators