python-cinderclient/setup.cfg
Brian Rosmaita a58bb92b28 Update CI for Dalmatian
Updates:
- added functional py312 testenv to tox.ini (not needed for unit
  tests)
- removed py38 classifier from setup.cfg, but did not change
  python_requires (currently it's >=3.8)
- run py311 func job in gate (was py310)

Change-Id: I661e397e597582404dcb33044844b7af7c64de5f
2024-04-10 17:33:52 -04:00

35 lines
1.0 KiB
INI

[metadata]
name = python-cinderclient
summary = OpenStack Block Storage API Client Library
description_file =
README.rst
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/python-cinderclient/latest/
python_requires = >=3.8
classifier =
Development Status :: 5 - Production/Stable
Environment :: Console
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.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
[files]
packages =
cinderclient
[entry_points]
console_scripts =
cinder = cinderclient.shell:main
keystoneauth1.plugin =
noauth = cinderclient.contrib.noauth:CinderNoAuthLoader