add develop guide for testapi
[releng.git] / utils / test / testapi / setup.cfg
1 [metadata]
2 name = opnfv_testapi
3 summary = Test Result Collector
4 author = SerenaFeng
5 author-email = feng.xiaowei@zte.com.cn
6 #home-page = http://www.opnfv.org/
7 license = Apache-2.0
8 classifier =
9     Environment :: opnfv
10     Intended Audience :: Information Technology
11     Intended Audience :: System Administrators
12     License :: OSI Approved :: Apache Software License
13     Operating System :: POSIX :: Linux
14     Programming Language :: Python
15     Programming Language :: Python :: 2
16     Programming Language :: Python :: 2.7
17
18 [global]
19 setup-hooks =
20     pbr.hooks.setup_hook
21
22 [files]
23 packages =
24     opnfv_testapi
25
26 data_files =
27     /etc/opnfv_testapi = etc/config.ini
28     /usr/local/share/opnfv_testapi = 3rd_party/static/*
29
30 [entry_points]
31 console_scripts =
32     opnfv-testapi = opnfv_testapi.cmd.server:main
33
34 [egg_info]
35 tag_build =
36 tag_date = 0
37 tag_svn_revision = 0