Update release notes for fraser
[parser.git] / setup.cfg
1 [metadata]
2 name = nfv-parser
3 version =
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 license = Apache-2.0
10 classifier =
11     Environment :: Console
12     Intended Audience :: Information Technology
13     Intended Audience :: System Administrators
14     License :: OSI Approved :: Apache Software License
15     Operating System :: POSIX :: Linux
16     Programming Language :: Python
17     Programming Language :: Python :: 2
18     Programming Language :: Python :: 2.7
19     Programming Language :: Python :: 3
20     Programming Language :: Python :: 3.5
21
22 [files]
23 packages =
24     toscaparser
25     heat-translator
26     policy2tosca
27     verigraph
28     apigateway
29
30 [entry_points]
31 console_scripts =
32     nfv-parser = apigateway.cmd.api:main
33
34 [compile_catalog]
35 directory = nfv-parser/locale
36 domain = nfv-parser
37
38 [update_catalog]
39 domain = nfv-parser
40 output_dir = nfv-parser/locale
41 input_file = nfv-parser/locale/nfv-parser.pot
42
43 [extract_messages]
44 keywords = _ gettext ngettext l_ lazy_gettext
45 mapping_file = babel.cfg
46 output_file = nfv-parser/locale/nfv-parser.pot
47