Support python3 uploaded to pypi websit
[parser.git] / tosca2heat / tosca-parser / setup.cfg
1 [metadata]
2 name = nfv-toscaparser
3 version =
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 license = Apache-2.0
12 classifier =
13     Environment :: Plugins
14     Intended Audience :: Information Technology
15     Intended Audience :: System Administrators
16     License :: OSI Approved :: Apache Software License
17     Operating System :: POSIX :: Linux
18     Programming Language :: Python
19     Programming Language :: Python :: 2
20     Programming Language :: Python :: 2.7
21     Programming Language :: Python :: 3
22     Programming Language :: Python :: 3.4
23     Programming Language :: Python :: 3.5
24
25 [files]
26 packages =
27     toscaparser
28
29 [entry_points]
30 console_scripts =
31     tosca-parser = toscaparser.shell:main
32
33 [build_sphinx]
34 source-dir = doc/source
35 build-dir = doc/build
36 all_files = 1
37
38 [upload_sphinx]
39 upload-dir = doc/build/html
40
41 [compile_catalog]
42 directory = toscaparser/locale
43 domain = toscaparser
44
45 [update_catalog]
46 domain = toscaparser
47 output_dir = toscaparser/locale
48 input_file = toscaparser/locale/toscaparser.pot
49
50 [extract_messages]
51 keywords = _ gettext ngettext l_ lazy_gettext
52 mapping_file = babel.cfg
53 output_file = toscaparser/locale/toscaparser.pot