2016-07-15 14:24:49 +07:00
|
|
|
[metadata]
|
|
|
|
name = mistral-lib
|
|
|
|
summary = Mistral shared routings and utilities (Actions API, YAQL functions API, data types etc.)
|
2021-04-30 02:00:41 +00:00
|
|
|
description_file =
|
2016-07-15 14:24:49 +07:00
|
|
|
README.rst
|
|
|
|
author = OpenStack
|
2021-04-30 02:00:41 +00:00
|
|
|
author_email = openstack-discuss@lists.openstack.org
|
|
|
|
home_page = https://docs.openstack.org/mistral/latest/
|
2024-01-03 23:10:57 -08:00
|
|
|
python_requires = >=3.8
|
2016-07-15 14:24:49 +07:00
|
|
|
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
|
2020-04-24 08:22:36 -05:00
|
|
|
Programming Language :: Python :: 3.8
|
2022-05-22 22:40:34 +09:00
|
|
|
Programming Language :: Python :: 3.9
|
2024-01-03 23:10:57 -08:00
|
|
|
Programming Language :: Python :: 3.10
|
|
|
|
Programming Language :: Python :: 3.11
|
2016-07-15 14:24:49 +07:00
|
|
|
|
|
|
|
[files]
|
|
|
|
packages =
|
2017-03-14 11:58:27 +00:00
|
|
|
mistral_lib
|
2016-07-15 14:24:49 +07:00
|
|
|
|
|
|
|
[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
|
|
|
|
|