8cca69d68c41965978cbefe0ff6bf7834cbfd68d
[parser.git] / setup.cfg
1 [metadata]
2 name = nfv-parser
3 version = 0.5
4 url = https://wiki.opnfv.org/display/parser
5 summary = OPNFV Parser Project
6 author = OPNFV
7 author-email = opnfv-tech-discuss@lists.opnfv.org
8 home-page = https://wiki.opnfv.org/display/parser
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     Programming Language :: Python :: 3
19     Programming Language :: Python :: 3.5
20
21 [files]
22 packages =
23     toscaparser
24     heat-translator
25     policy2tosca
26     verigraph
27     apigateway
28
29 [entry_points]
30 console_scripts =
31     nfv-parser = apigateway.cmd.api:main
32
33 [compile_catalog]
34 directory = nfv-parser/locale
35 domain = nfv-parser
36
37 [update_catalog]
38 domain = nfv-parser
39 output_dir = nfv-parser/locale
40 input_file = nfv-parser/locale/nfv-parser.pot
41
42 [extract_messages]
43 keywords = _ gettext ngettext l_ lazy_gettext
44 mapping_file = babel.cfg
45 output_file = nfv-parser/locale/nfv-parser.pot
46