rbd-iscsi-client/setup.cfg
Walter A. Boring IV 7f22765800 Initial commit
This is the initial commit for the rbd iscsi client.
This is a client to talk to the ceph-iscsi project's
rbd-target-api service.
2019-06-12 18:41:16 +00:00

60 lines
1.3 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 = Walter A. Boring IV
author-email = waboring@hemna.com
home-page = http://github.com/hemna/rbd-iscsi-client
license_file = LICENSE
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Natural Language :: English
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
[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
[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