Merge "Move all doc verfication to docs-verify-rtd-*"
[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     /usr/local/share/opnfv_testapi/testapi-ui/components = opnfv_testapi/ui/*
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