21c80a257693f2a391b8c76e164f9af9fb3c4152
[escalator.git] / api / setup.cfg
1 [metadata]
2 name = escalator
3 summary = OPNFV smooth upgrade service
4 description-file =
5         README.rst
6 author = OPNFV
7 author-email = opnfv-tech-discuss@lists.opnfv.org
8 home-page = http://www.opnfv.org/
9 classifier =
10         Environment :: OPNFV
11         Intended Audience :: Information Technology
12         Intended Audience :: System Administrators
13         License :: OSI Approved :: Apache Software License
14         Operating System :: POSIX :: Linux
15         Programming Language :: Python
16         Programming Language :: Python :: 2
17         Programming Language :: Python :: 2.7
18
19 [files]
20 data_files =
21     /etc/escalator = etc/*
22
23 [global]
24 setup-hooks =
25          pbr.hooks.setup_hook
26
27 [entry_points]
28 console_scripts =
29         escalator-api = escalator.cmd.api:main
30 oslo.config.opts =
31         escalator.api = escalator.opts:list_api_opts
32
33 [build_sphinx]
34 all_files = 1
35
36 [compile_catalog]
37 directory = escalator/locale
38 domain = escalator
39
40 [update_catalog]
41 domain = escalator
42 output_dir = escalator/locale
43 input_file = escalator/locale/escalator.pot
44
45 [extract_messages]
46 keywords = _ gettext ngettext l_ lazy_gettext
47 mapping_file = babel.cfg
48 output_file = escalator/locale/escalator.pot
49