Merge "Add verigraph code base"
[parser.git] / tosca2heat / tosca-parser / setup.cfg
1 [metadata]
2 name = tosca-parser
3 url = https://launchpad.net/tosca-parser
4 summary = Parser for TOSCA Simple Profile in YAML.
5 description-file =
6     README.rst
7 author = OpenStack
8 author-email = openstack-dev@lists.openstack.org
9 home-page = http://docs.openstack.org/developer/tosca-parser/
10 classifier =
11     Environment :: OpenStack
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.4
21     Programming Language :: Python :: 3.5
22
23 [files]
24 packages =
25     toscaparser
26
27 [entry_points]
28 console_scripts =
29     tosca-parser = toscaparser.shell:main
30
31 [build_sphinx]
32 source-dir = doc/source
33 build-dir = doc/build
34 all_files = 1
35
36 [upload_sphinx]
37 upload-dir = doc/build/html
38
39 [compile_catalog]
40 directory = toscaparser/locale
41 domain = toscaparser
42
43 [update_catalog]
44 domain = toscaparser
45 output_dir = toscaparser/locale
46 input_file = toscaparser/locale/toscaparser.pot
47
48 [extract_messages]
49 keywords = _ gettext ngettext l_ lazy_gettext
50 mapping_file = babel.cfg
51 output_file = toscaparser/locale/toscaparser.pot