cyborg-tempest-plugin/setup.cfg
Ghanshyam Mann a475d66194 Update python classifier in setup.cfg
As per the current release tested runtime, we test
python version from 3.8 to 3.11 so updating the
same in python classifier in setup.cfg

Change-Id: I7a5c04b78858afddd4078135110a19c266dfbda3
2024-01-03 23:55:31 -08:00

41 lines
1.1 KiB
INI

[metadata]
name = cyborg-tempest-plugin
summary = OpenStack Acceleration Tempest Plugin
description_file =
README.rst
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = http://www.openstack.org/
python_requires = >=3.8
classifier =
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 :: Implementation :: CPython
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
keywords =
setup
distutils
[files]
packages =
cyborg_tempest_plugin
[entry_points]
tempest.test_plugins =
cyborg_tempest_plugin = cyborg_tempest_plugin.plugin:CyborgTempestPlugin
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0