76fdc1aba5
Story: 2007278 Task: #38717 Change-Id: I7a6fc62e8f2c0c3cc21560f9f889d0fe136ca33e Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
48 lines
1.2 KiB
INI
48 lines
1.2 KiB
INI
[metadata]
|
|
name = fenix
|
|
summary = OpenStack host maintenance and upgrade in interaction with application on top of it
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
home-page = https://wiki.openstack.org/wiki/Fenix
|
|
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
|
|
|
|
[global]
|
|
setup-hooks = pbr.hooks.setup_hook
|
|
|
|
[files]
|
|
packages =
|
|
fenix
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
fenix-db-manage=fenix.db.migration.cli:main
|
|
fenix-api=fenix.cmd.api:main
|
|
fenix-engine=fenix.cmd.engine:main
|
|
|
|
[compile_catalog]
|
|
directory = fenix/locale
|
|
domain = fenix
|
|
|
|
[update_catalog]
|
|
domain = fenix
|
|
output_dir = fenix/locale
|
|
input_file = fenix/locale/fenix.pot
|
|
|
|
[extract_messages]
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
mapping_file = babel.cfg
|
|
output_file = fenix/locale/fenix.pot
|