Files
cinder-tempest-plugin/setup.cfg
tushargite96 c540af497e 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
2023-02-17 09:52:30 +00:00

30 lines
927 B
INI

[metadata]
name = cinder-tempest-plugin
description = Tempest plugin tests for Cinder.
long_description = file: README.rst
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
url = http://www.openstack.org/
python_requires = >=3.6
classifiers =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[files]
packages =
cinder_tempest_plugin
[entry_points]
tempest.test_plugins =
cinder_tests = cinder_tempest_plugin.plugin:CinderTempestPlugin