
This patch moves libvirt-python to extras. Change-Id: Id129ab0a280b12e1bd0bfc1214c76a087c572a0d
57 lines
1.2 KiB
INI
57 lines
1.2 KiB
INI
[metadata]
|
|
name = os_faults
|
|
summary = OpenStack fault-injection library
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = http://os-faults.readthedocs.io/
|
|
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
|
|
|
|
[files]
|
|
packages =
|
|
os_faults
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
os-inject-fault = os_faults.cmd.cmd:main
|
|
|
|
[extras]
|
|
libvirt =
|
|
libvirt-python>=1.2.5 # LGPLv2+
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|
|
|
|
[compile_catalog]
|
|
directory = os_faults/locale
|
|
domain = os_faults
|
|
|
|
[update_catalog]
|
|
domain = os_faults
|
|
output_dir = os_faults/locale
|
|
input_file = os_faults/locale/os_faults.pot
|
|
|
|
[extract_messages]
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
mapping_file = babel.cfg
|
|
output_file = os_faults/locale/os_faults.pot
|
|
|
|
[build_releasenotes]
|
|
all_files = 1
|
|
build-dir = releasenotes/build
|
|
source-dir = releasenotes/source
|