Added license metadata to specify Apache-2.0
[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 license = Apache-2.0
10 classifier =
11     Environment :: opnfv
12     Intended Audience :: Information Technology
13     Intended Audience :: System Administrators
14     License :: OSI Approved :: Apache Software License
15     Operating System :: POSIX :: Linux
16     Programming Language :: Python
17     Programming Language :: Python :: 2
18     Programming Language :: Python :: 2.7
19
20 [global]
21 setup-hooks =
22     pbr.hooks.setup_hook
23
24 [files]
25 packages =
26     opnfv_testapi
27
28 data_files =
29     /etc/opnfv_testapi = etc/config.ini
30     /usr/local/share/opnfv_testapi = 3rd_party/static/*
31
32 [entry_points]
33 console_scripts =
34     opnfv-testapi = opnfv_testapi.cmd.server:main
35
36 [egg_info]
37 tag_build =
38 tag_date = 0
39 tag_svn_revision = 0