987b6962d5
As per the current release tested runtime, we need to test till python 3.11 so adding the test and updating the same in python classifier in setup.cfg Change-Id: I19709cc0e87367caa3ff6393ff537267e5f29266
63 lines
1.5 KiB
INI
63 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
|
|
Programming Language :: Python :: 3.11
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[files]
|
|
packages =
|
|
rbd_iscsi_client
|
|
|
|
[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
|