b97e383918
OpenStack is dropping the py2.7 support in ussuri cycle. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html This removes some cruft from Python 2.7 support. Raise requests lower-constraint to satisfy oslo.config. Change-Id: I47cc8ab5b348af28062ab3ff5329b96d2cbccdbb
39 lines
1.0 KiB
INI
39 lines
1.0 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
|
|
|
|
[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
|
|
|