
Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Change-Id: Ie875138bd1b773f460698e1eacc9dab542318e30 Sem-Ver: api-break
43 lines
1.1 KiB
INI
43 lines
1.1 KiB
INI
[metadata]
|
|
name = oslo.context
|
|
summary = Oslo Context library
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
home-page = https://docs.openstack.org/oslo.context/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 :: Only
|
|
Programming Language :: Python :: Implementation :: CPython
|
|
|
|
[files]
|
|
packages =
|
|
oslo_context
|
|
|
|
[compile_catalog]
|
|
directory = oslo_context/locale
|
|
domain = oslo_context
|
|
|
|
[update_catalog]
|
|
domain = oslo_context
|
|
output_dir = oslo_context/locale
|
|
input_file = oslo_context/locale/oslo_context.pot
|
|
|
|
[extract_messages]
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
mapping_file = babel.cfg
|
|
output_file = oslo_context/locale/oslo_context.pot
|
|
|
|
[bdist_wheel]
|
|
universal = true
|