
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: I257aa78d8f903f4c009d12a072c53b73e05a18d7
27 lines
928 B
INI
27 lines
928 B
INI
[metadata]
|
|
name = python-brick-cinderclient-ext
|
|
description = python-cinderclient extension for local storage management
|
|
long_description = file: README.rst
|
|
author = OpenStack
|
|
author_email = openstack-discuss@lists.openstack.org
|
|
url = http://docs.openstack.org/cinder/latest/
|
|
python_requires = >=3.8
|
|
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 :: Implementation :: CPython
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.9
|
|
Programming Language :: Python :: 3.10
|
|
Programming Language :: Python :: 3.11
|
|
|
|
[files]
|
|
packages =
|
|
brick_cinderclient_ext
|
|
brick_python_cinderclient_ext
|