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-tempest-plugin/+/828475

Change-Id: I9ab95a274f79bbcd8a706662e9e03d0bdcb45654
This commit is contained in:
tushargite96 2022-08-29 16:49:59 +05:30 committed by Tushar Trambak Gite
parent 4a12f1b4da
commit 0639af4fc8
1 changed files with 4 additions and 5 deletions

View File

@ -1,13 +1,12 @@
[metadata] [metadata]
name = os-brick name = os-brick
summary = OpenStack Cinder brick library for managing local volume attaches description = OpenStack Cinder brick library for managing local volume attaches
description_file = long_description = file: README.rst
README.rst
author = OpenStack author = OpenStack
author_email = openstack-discuss@lists.openstack.org author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/os-brick/ url = https://docs.openstack.org/os-brick/
python_requires = >=3.8 python_requires = >=3.8
classifier = classifiers =
Environment :: OpenStack Environment :: OpenStack
Intended Audience :: Information Technology Intended Audience :: Information Technology
Intended Audience :: System Administrators Intended Audience :: System Administrators