add escalator frame
[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 [global]
20 setup-hooks =
21          pbr.hooks.setup_hook
22
23 [entry_points]
24 console_scripts =
25         escalator-api = escalator.cmd.api:main
26 oslo_config.opts =
27         escalator.api = escalator.opts:list_api_opts
28
29 [build_sphinx]
30 all_files = 1
31
32 [compile_catalog]
33 directory = escalator/locale
34 domain = escalator
35
36 [update_catalog]
37 domain = escalator
38 output_dir = escalator/locale
39 input_file = escalator/locale/escalator.pot
40
41 [extract_messages]
42 keywords = _ gettext ngettext l_ lazy_gettext
43 mapping_file = babel.cfg
44 output_file = escalator/locale/escalator.pot
45