Refactored docker watchdog code
[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 package_data =
27     opnfv_testapi =
28         static/*.*
29         static/*/*.*
30         static/*/*/*.*
31         static/*/*/*/*.*
32         static/*/*/*/*/*.*
33         static/*/*/*/*/*/*.*
34         static/*/*/*/*/*/*/*.*
35 data_files =
36     /etc/opnfv_testapi =
37         etc/config.ini
38
39 [entry_points]
40 console_scripts =
41     opnfv-testapi = opnfv_testapi.cmd.server:main
42
43 [egg_info]
44 tag_build =
45 tag_date = 0
46 tag_svn_revision = 0
47