Replace the hot template versoion of 2013-05-23 with 2014-10-16
[parser.git] / tosca2heat / heat-translator / setup.cfg
1 [metadata]
2 name = heat-translator
3 summary = Tool to translate non-heat templates to Heat Orchestration Template.
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     translator
24
25 [entry_points]
26 openstack.cli.extension =
27     translator = translator.osc.osc_plugin
28
29 openstack.translator.v1 =
30     translate_template = translator.osc.v1.translate:TranslateTemplate
31
32 console_scripts =
33     heat-translator = translator.shell:main
34
35 [build_sphinx]
36 source-dir = doc/source
37 build-dir = doc/build
38 all_files = 1
39
40 [upload_sphinx]
41 upload-dir = doc/build/html
42
43 [compile_catalog]
44 directory = translator/locale
45 domain = translator
46
47 [update_catalog]
48 domain = translator
49 output_dir = translator/locale
50 input_file = translator/locale/translator.pot
51
52 [extract_messages]
53 keywords = _ gettext ngettext l_ lazy_gettext
54 mapping_file = babel.cfg
55 output_file = translator/locale/translator.pot