7e21abfc1d
python-masakariclient should use os-testr instead of testr as it is more powerful and provide much prettier output than testr. This patch also disables the use of PY34 and adds PY35 for in tox as the gating on python 3.4 is restricted to <= Mitaka in OpenStack. This is due to the change from Ubuntu Trusty to Xenial, where only python3.5 is available. Change-Id: I1029be8dedd8d4530586c2b4b852c7ddc1d03cf7
73 lines
2.2 KiB
INI
73 lines
2.2 KiB
INI
[metadata]
|
|
name = python-masakariclient
|
|
summary = masakariclient module and a CLI tool for masakari
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = http://www.openstack.org/
|
|
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 =
|
|
masakariclient
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
masakari = masakariclient.shell:main
|
|
|
|
openstack.cli.extension =
|
|
ha = masakariclient.plugin
|
|
|
|
openstack.ha.v1 =
|
|
notification_create = masakariclient.osc.v1.notification:CreateNotification
|
|
notification_show = masakariclient.osc.v1.notification:ShowNotification
|
|
notification_list = masakariclient.osc.v1.notification:ListNotification
|
|
segment_create = masakariclient.osc.v1.segment:CreateSegment
|
|
segment_update = masakariclient.osc.v1.segment:UpdateSegment
|
|
segment_delete = masakariclient.osc.v1.segment:DeleteSegment
|
|
segment_show = masakariclient.osc.v1.segment:ShowSegment
|
|
segment_list = masakariclient.osc.v1.segment:ListSegment
|
|
segment_host_create = masakariclient.osc.v1.host:CreateHost
|
|
segment_host_show = masakariclient.osc.v1.host:ShowHost
|
|
segment_host_list = masakariclient.osc.v1.host:ListHost
|
|
segment_host_delete = masakariclient.osc.v1.host:DeleteHost
|
|
segment_host_update = masakariclient.osc.v1.host:UpdateHost
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|
|
|
|
[compile_catalog]
|
|
directory = masakariclient/locale
|
|
domain = masakariclient
|
|
|
|
[update_catalog]
|
|
domain = masakariclient
|
|
output_dir = masakariclient/locale
|
|
input_file = masakariclient/locale/masakariclient.pot
|
|
|
|
[extract_messages]
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
mapping_file = babel.cfg
|
|
output_file = masakariclient/locale/masakariclient.pot
|
|
|
|
[build_releasenotes]
|
|
all_files = 1
|
|
build-dir = releasenotes/build
|
|
source-dir = releasenotes/source
|