os-faults/setup.cfg
Takashi Kajinami dff77df8fc Adapt to recent dependencies
This covers the following updates to fix CI currently broken.

* Fix compatibility with tox 4
* Update hacking to 6.1.0
* Clean up python 2 support and bump minimum supported version to 3.8
* Remove six because python 2 support is removed
* Update job template to use the recent tested python versions
* Replace items by prefixItems to fix schema error
* Build documentation by sphinx command
* Remove "Change Log" section from documentation
* Split requirements for documentation build
* Ensure tox is installed in functional tests
* Fix devstack job

Change-Id: I3b9c5b20aca55332c721d34fd4c41c5b886f60c5
2024-11-27 19:35:39 +01:00

51 lines
1.4 KiB
INI

[metadata]
name = os_faults
summary = OpenStack fault-injection library
description_file =
README.rst
description_content_type = text/x-rst; charset=UTF-8
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
url = http://os-faults.readthedocs.io/
download_url = https://pypi.org/project/os-faults/
project_urls =
Bug Tracker = https://bugs.launchpad.net/os-faults
Documentation = http://os-faults.readthedocs.io/
Source Code = https://opendev.org/performa/os-faults/
python_requires = >=3.8
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 :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
[files]
packages =
os_faults
[entry_points]
console_scripts =
os-inject-fault = os_faults.cmd.cmd:main
os-faults = os_faults.cmd.main:main
[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