Merge "Provide file list about the difference between parser and upstreams."
[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     Programming Language :: Python :: 3.5
21
22 [files]
23 packages =
24     toscaparser
25
26 [entry_points]
27 console_scripts =
28     tosca-parser = toscaparser.shell:main
29
30 [build_sphinx]
31 source-dir = doc/source
32 build-dir = doc/build
33 all_files = 1
34
35 [upload_sphinx]
36 upload-dir = doc/build/html
37
38 [compile_catalog]
39 directory = toscaparser/locale
40 domain = toscaparser
41
42 [update_catalog]
43 domain = toscaparser
44 output_dir = toscaparser/locale
45 input_file = toscaparser/locale/toscaparser.pot
46
47 [extract_messages]
48 keywords = _ gettext ngettext l_ lazy_gettext
49 mapping_file = babel.cfg
50 output_file = toscaparser/locale/toscaparser.pot