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