Files
python-searchlightclient/setup.cfg
lingyongxu 44deced9e9 Update the documention for doc migration
This patch is proposed according to the Direction 10 of doc
migration(https://etherpad.openstack.org/p/doc-migration-tracking).

Change-Id: I588c46113901a9654bcf02219c09c90c3f55246f
2017-08-03 01:38:56 +00:00

63 lines
1.7 KiB
INI

[metadata]
name = python-searchlightclient
summary = OpenStack Indexing and Search API Client Library
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = https://docs.openstack.org/python-searchlightclient/latest
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 :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
[files]
packages =
searchlightclient
[entry_points]
openstack.cli.extension =
search = searchlightclient.osc.plugin
openstack.search.v1 =
search_resource_type_list = searchlightclient.osc.v1.resource_type:ListResourceType
search_facet_list = searchlightclient.osc.v1.facet:ListFacet
search_query = searchlightclient.osc.v1.search:SearchResource
[global]
setup-hooks =
pbr.hooks.setup_hook
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
warning-is-error = 1
[upload_sphinx]
upload-dir = doc/build/html
[wheel]
universal = 1
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = python-searchlightclient/locale/python-searchlightclient.pot
[compile_catalog]
directory = python-searchlightclient/locale
domain = python-searchlightclient
[update_catalog]
domain = python-searchlightclient
output_dir = python-searchlightclient/locale
input_file = python-searchlightclient/locale/python-searchlightclient.pot