Files
i18n/setup.cfg
Ian Y. Choi ac442f225c Upgrade setup.cfg and hacking requirements
1. Upgrade setup.cfg: ensure the repo is for >= Python 3.9.
2. Running the linter tools (pylint/hacking/flake8) with a pinned version
   is too old for recent Zuul with Python 3.12.
   Set the same version as nova: I7a1937b107ff3af8d1e5fe23fc32b120ef4697f7

Change-Id: Ib4fedf0c8c752605ce79bb0006998fa2945840c5
2025-02-15 09:01:14 +09:00

30 lines
938 B
INI

[metadata]
name = openstacki18n
summary = OpenStack I18n
description_file = README.rst
author = OpenStack
author_email = openstack-i18n@lists.openstack.org
home_page = https://docs.openstack.org/i18n/latest/
python_requires = >=3.9
classifier =
Environment :: OpenStack
Intended Audience :: I18n Contributors
Intended Audience :: Documentaion Contributors
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3 :: Only
Topic :: I18n
[update_catalog]
domain = i18n
output_dir = i18n/locale
input_file = i18n/locale/i18n.pot
no_fuzzy_matching = True