From 2cea85b0b4b18af73ed6afd7d837d443da43fd2b Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Tue, 18 Oct 2016 17:30:31 +0800 Subject: rename result_collection_api to testapi Change-Id: Iec4e3db23cd44f30831e17c127eda74e9d9b5d14 Signed-off-by: SerenaFeng --- testapi/setup.cfg | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 testapi/setup.cfg (limited to 'testapi/setup.cfg') diff --git a/testapi/setup.cfg b/testapi/setup.cfg new file mode 100644 index 0000000..927957a --- /dev/null +++ b/testapi/setup.cfg @@ -0,0 +1,45 @@ +[metadata] +name = opnfv_testapi +summary = Test Result Collector +description-file = + README.rst +author = SerenaFeng +author-email = feng.xiaowei@zte.com.cn +#home-page = http://www.opnfv.org/ +classifier = + Environment :: opnfv + Intended Audience :: Information Technology + Intended Audience :: System Administrators + License :: OSI Approved :: Apache Software License + Operating System :: POSIX :: Linux + Programming Language :: Python + Programming Language :: Python :: 2 + Programming Language :: Python :: 2.7 + +[global] +setup-hooks = + pbr.hooks.setup_hook + +[files] +packages = + opnfv_testapi +package_data = + opnfv_testapi = + tornado_swagger/static/*.* + tornado_swagger/static/css/*.* + tornado_swagger/static/images/*.* + tornado_swagger/static/lib/*.* + tornado_swagger/static/lib/shred/*.* +data_files = + /etc/opnfv_testapi = + etc/config.ini + +[entry_points] +console_scripts = + opnfv-testapi = opnfv_testapi.cmd.server:main + +[egg_info] +tag_build = +tag_date = 0 +tag_svn_revision = 0 + -- cgit 1.2.3-korg