os-faults/setup.cfg
Anton Studenov 34edf10456 Update requirements
* bump pbr>=2.0
* bump hacking to unblock pep8 gate
* removed workaround in tox.ini

Change-Id: I508a68b0351900ca1132441b88679d183e00af90
2017-03-02 11:47:36 +04:00

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