eb14810eac67bcc047a6b423386b7029d0ac3e97
[parser.git] / tosca2heat / tosca-parser / setup.cfg
1 [metadata]
2 name = nfv-toscaparser
3 version = 0.5
4 url = https://wiki.opnfv.org/display/parser
5 summary = Parser for nfv tosca and TOSCA Simple Profile in YAML.
6 description-file =
7     README.md
8 author = OPNFV
9 author-email = opnfv-dev@lists.opnfv.org
10 home-page = https://wiki.opnfv.org/display/parser
11 classifier =
12     Environment :: OPNFV
13     Intended Audience :: Information Technology
14     Intended Audience :: System Administrators
15     License :: OSI Approved :: Apache Software License
16     Operating System :: POSIX :: Linux
17     Programming Language :: Python
18     Programming Language :: Python :: 2
19     Programming Language :: Python :: 2.7
20     Programming Language :: Python :: 3
21     Programming Language :: Python :: 3.4
22     Programming Language :: Python :: 3.5
23
24 [files]
25 packages =
26     toscaparser
27
28 [entry_points]
29 console_scripts =
30     tosca-parser = toscaparser.shell:main
31
32 [build_sphinx]
33 source-dir = doc/source
34 build-dir = doc/build
35 all_files = 1
36
37 [upload_sphinx]
38 upload-dir = doc/build/html
39
40 [compile_catalog]
41 directory = toscaparser/locale
42 domain = toscaparser
43
44 [update_catalog]
45 domain = toscaparser
46 output_dir = toscaparser/locale
47 input_file = toscaparser/locale/toscaparser.pot
48
49 [extract_messages]
50 keywords = _ gettext ngettext l_ lazy_gettext
51 mapping_file = babel.cfg
52 output_file = toscaparser/locale/toscaparser.pot