Merge "Reporting docker deployment improvement"
[releng.git] / utils / test / reporting / api / setup.cfg
1 [metadata]
2 name = reporting
3
4 author = JackChan
5 author-email = chenjiankun1@huawei.com
6
7 classifier =
8     Environment :: opnfv
9     Intended Audience :: Information Technology
10     Intended Audience :: System Administrators
11     License :: OSI Approved :: Apache Software License
12     Operating System :: POSIX :: Linux
13     Programming Language :: Python
14     Programming Language :: Python :: 2
15     Programming Language :: Python :: 2.7
16
17 [global]
18 setup-hooks =
19     pbr.hooks.setup_hook
20
21 [files]
22 packages =
23     api
24
25 [entry_points]
26 console_scripts =
27     api = api.server:main
28
29 [egg_info]
30 tag_build =
31 tag_date = 0
32 tag_svn_revision = 0