fenix/setup.cfg

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