rbd-iscsi-client/setup.cfg
Brian Rosmaita f56f42dcd8 Support Python 3.10
Add a CI job to run tests on Python 3.10, which is supported
in 2023.2 [0].

As rbd-iscsi-client is on an independent release model, it
still supports Python 3.8, so adjust .zuul.yaml and tox.ini
to use the 2023.1 upper constraints when running py38 tests.

[0] https://governance.openstack.org/tc/reference/runtimes/2023.2.html

Change-Id: I7fa0189dac8d980aa4fd5a7c8bac2f6f84ceb6d5
2023-04-18 13:35:08 +00:00

67 lines
1.5 KiB
INI

[bdist_wheel]
universal = 1
[metadata]
name = rbd-iscsi-client
summary = "REST client to talk to rbd-target-api"
description_file =
README.rst
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = http://opendev.org/openstack/rbd-iscsi-client
license_file = LICENSE
python_requires = >=3.6
classifiers =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Natural Language :: English
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
Programming Language :: Python :: 3.10
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]
packages =
rbd_iscsi_client
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0
[build_sphinx]
warning-is-error = 1
source-dir = doc/source
build-dir = doc/build
all_files = 1
builders = html
[pbr]
skip_authors = 1
[upload_sphinx]
upload-dir = doc/build/html
[compile_catalog]
directory = rbd_iscsi_client/locale
domain = rbd-iscsi-client
[update_catalog]
domain = rbd-iscsi-client
output_dir = rbd_iscsi_client/locale
input_file = rbd_iscsi_client/locale/rbd-iscsi-client.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = rbd_iscsi_client/locale/rbd-iscsi-client.pot