Modify the classifier Enviroment in setup cfg
[parser.git] / apigateway / setup.cfg
1 [metadata]
2 name = apigateway
3 version = 0.1
4 url = https://opnfv.org/parser
5 summary = API Application
6 description-file = README.md
7 author = parser
8 author-email = openstack-dev@lists.openstack.org
9 classifier =
10     Environment :: OPNFV
11     Intended Audience :: Information Technology
12     Intended Audience :: System Administrators
13     License :: OSI Approved :: Apache Software License
14     Operating System :: POSIX :: Linux
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 [global]
24 setup-hooks = 
25     pbr.hooks.setup_hook
26
27 [files]
28 packages =
29     apigateway
30
31 [entry_points]
32 console_scripts =
33     apigateway = apigateway.cmd.api: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 = apigateway/locale
45 domain = apigateway
46
47 [update_catalog]
48 domain = apigateway
49 output_dir = apigateway/locale
50 input_file = apigateway/locale/apigateway.pot
51
52 [extract_messages]
53 keywords = _ gettext ngettext l_ lazy_gettext
54 mapping_file = babel.cfg
55 output_file = apigateway/locale/apigateway.pot