mistral-lib/setup.cfg
Takashi Kajinami 38ffc83836 Add Python3 zed unit tests
Unfortunately the auto generated patch to replace the unit test job
template was not merged timely, and the test runtime used is outdated.

This simulates the auto generated patch to use the correct test
runtime for the stable/zed release.

This also marks Python 3.9 as supported runtime, because it has been
part of the global tested runtime.

Change-Id: I42608e9c5227a9815ef8dff6f87fd03fe53deba0
2022-05-22 23:05:42 +09:00

41 lines
1.1 KiB
INI

[metadata]
name = mistral-lib
summary = Mistral shared routings and utilities (Actions API, YAQL functions API, data types etc.)
description_file =
README.rst
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/mistral/latest/
python_requires = >=3.6
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.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[files]
packages =
mistral_lib
[compile_catalog]
directory = mistral-lib/locale
domain = mistral-lib
[update_catalog]
domain = mistral-lib
output_dir = mistral-lib/locale
input_file = mistral-lib/locale/mistral-lib.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = mistral-lib/locale/mistral-lib.pot