commit | c540af497e91c6474a4bd7d8457526c272ee83ed | [log] [tgz] |
---|---|---|
author | tushargite96 <tushargite96@gmail.com> | Mon Aug 29 16:31:49 2022 +0530 |
committer | Tushar Trambak Gite <tushargite96@gmail.com> | Fri Feb 17 09:52:30 2023 +0000 |
tree | 3cdb213cffecd0615b555787e951962ef7db8b53 | |
parent | e5ae1ed54a7a07133ec103006dbf430d8457b29a [diff] [blame] |
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
diff --git a/setup.cfg b/setup.cfg index 3b246b5..3f37df9 100644 --- a/setup.cfg +++ b/setup.cfg
@@ -1,13 +1,12 @@ [metadata] name = cinder-tempest-plugin -summary = Tempest plugin tests for Cinder. -description_file = - README.rst +description = Tempest plugin tests for Cinder. +long_description = file: README.rst author = OpenStack author_email = openstack-discuss@lists.openstack.org -home_page = http://www.openstack.org/ +url = http://www.openstack.org/ python_requires = >=3.6 -classifier = +classifiers = Environment :: OpenStack Intended Audience :: Information Technology Intended Audience :: System Administrators