2015-01-22 19:09:30 +00:00
|
|
|
[metadata]
|
2015-02-05 23:58:37 +00:00
|
|
|
name = os-brick
|
2015-01-22 19:09:30 +00:00
|
|
|
summary = OpenStack Cinder brick library for managing local volume attaches
|
|
|
|
description-file =
|
|
|
|
README.rst
|
|
|
|
author = OpenStack
|
2018-12-04 17:15:20 +00:00
|
|
|
author-email = openstack-discuss@lists.openstack.org
|
2017-07-21 15:42:04 +08:00
|
|
|
home-page = https://docs.openstack.org/os-brick/
|
2015-01-22 19:09:30 +00:00
|
|
|
classifier =
|
|
|
|
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
|
2019-02-28 11:00:12 +05:30
|
|
|
Programming Language :: Python :: 3.6
|
|
|
|
Programming Language :: Python :: 3.7
|
2015-01-22 19:09:30 +00:00
|
|
|
|
|
|
|
[global]
|
|
|
|
setup-hooks =
|
|
|
|
pbr.hooks.setup_hook
|
|
|
|
|
|
|
|
[files]
|
|
|
|
packages =
|
2015-02-05 23:58:37 +00:00
|
|
|
os_brick
|
2015-07-30 10:19:04 -07:00
|
|
|
data_files =
|
|
|
|
etc/ = etc/*
|
2015-01-22 19:09:30 +00:00
|
|
|
|
|
|
|
[egg_info]
|
|
|
|
tag_build =
|
|
|
|
tag_date = 0
|
|
|
|
tag_svn_revision = 0
|
|
|
|
|
|
|
|
[build_sphinx]
|
2017-08-04 16:10:43 +01:00
|
|
|
warning-is-error = 1
|
2015-01-22 19:09:30 +00:00
|
|
|
source-dir = doc/source
|
|
|
|
build-dir = doc/build
|
|
|
|
all_files = 1
|
|
|
|
|
|
|
|
[upload_sphinx]
|
|
|
|
upload-dir = doc/build/html
|
|
|
|
|
|
|
|
[compile_catalog]
|
2015-02-05 23:58:37 +00:00
|
|
|
directory = os_brick/locale
|
|
|
|
domain = os_brick
|
2015-01-22 19:09:30 +00:00
|
|
|
|
|
|
|
[update_catalog]
|
2015-02-05 23:58:37 +00:00
|
|
|
domain = os_brick
|
|
|
|
output_dir = os_brick/locale
|
|
|
|
input_file = os_brick/locale/os-brick.pot
|
2015-01-22 19:09:30 +00:00
|
|
|
|
|
|
|
[extract_messages]
|
|
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
|
|
mapping_file = babel.cfg
|
2015-02-05 23:58:37 +00:00
|
|
|
output_file = os_brick/locale/os-brick.pot
|