59fa10ffef
Mailinglists have been updated. Openstack-discuss replaces openstack-dev. Change-Id: Iecc525404ded0e61a689ffc04cd172bb1da68477
54 lines
1.5 KiB
INI
54 lines
1.5 KiB
INI
[metadata]
|
|
name = python-searchlightclient
|
|
summary = OpenStack Indexing and Search API Client Library
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-discuss@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
|
|
|
|
[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
|