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