030e05acc03689510758fb4d183d10ebf134ab56
[releng.git] / utils / test / testapi / setup.cfg
1 [metadata]
2 name = opnfv_testapi
3 summary = Test Result Collector
4 description-file = 
5     README.rst
6 author = SerenaFeng
7 author-email = feng.xiaowei@zte.com.cn
8 #home-page = http://www.opnfv.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     Programming Language :: Python
16     Programming Language :: Python :: 2
17     Programming Language :: Python :: 2.7
18
19 [global]
20 setup-hooks =
21     pbr.hooks.setup_hook
22
23 [files]
24 packages =
25     opnfv_testapi
26
27 data_files =
28     etc/opnfv_testapi = etc/config.ini
29     /usr/local/share/opnfv_testapi = 3rd_party/static/*
30
31 [entry_points]
32 console_scripts =
33     opnfv-testapi = opnfv_testapi.cmd.server:main
34
35 [egg_info]
36 tag_build =
37 tag_date = 0
38 tag_svn_revision = 0