rename all READM.rst to README.md
[parser.git] / apigateway / setup.cfg
1 [metadata]
2 name = apigateway
3 url = https://opnfv.org/parser
4 summary = API Application
5 description-file = README.md
6 author = parser
7 author-email = openstack-dev@lists.openstack.org
8 classifier =
9     Environment :: OPNFV
10     Intended Audience :: Information Technology
11     Intended Audience :: System Administrators
12     License :: OSI Approved :: Apache Software License
13     Operating System :: POSIX :: Linux
14     Operating System :: POSIX :: Linux
15     Programming Language :: Python
16     Programming Language :: Python :: 2
17     Programming Language :: Python :: 2.7
18     Programming Language :: Python :: 3
19     Programming Language :: Python :: 3.4
20     Programming Language :: Python :: 3.5
21
22 [global]
23 setup-hooks = 
24     pbr.hooks.setup_hook
25
26 [files]
27 packages =
28     apigateway
29
30 [entry_points]
31 console_scripts =
32     apigateway = apigateway.cmd.api:main
33
34 [build_sphinx]
35 source-dir = doc/source
36 build-dir = doc/build
37 all_files = 1
38
39 [upload_sphinx]
40 upload-dir = doc/build/html
41
42 [compile_catalog]
43 directory = apigateway/locale
44 domain = apigateway
45
46 [update_catalog]
47 domain = apigateway
48 output_dir = apigateway/locale
49 input_file = apigateway/locale/apigateway.pot
50
51 [extract_messages]
52 keywords = _ gettext ngettext l_ lazy_gettext
53 mapping_file = babel.cfg
54 output_file = apigateway/locale/apigateway.pot