fb8bc0b09b
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 Cleanup setup.cfg. Update hacking for python3. Remove six usage. Change-Id: I37da6ad3306af138aa16cf73a116f0391d06675f
28 lines
851 B
INI
28 lines
851 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.6
|
|
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.6
|
|
Programming Language :: Python :: 3.7
|
|
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
|