From 74a3b45c290d1b6e289ac1c3b9425e804e2f0ab7 Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Fri, 12 May 2017 18:33:00 +0800 Subject: refactor static_path to accomodate web portal move tornado_swagger/static to opnfv_testapi/static move swagger related 3rd libs to 3rd_party/swagger Change-Id: I32bba10584c99d13687b93f32577e37581db0c63 Signed-off-by: SerenaFeng --- testapi/setup.cfg | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) (limited to 'testapi/setup.cfg') diff --git a/testapi/setup.cfg b/testapi/setup.cfg index bfa534f..ab1ef55 100644 --- a/testapi/setup.cfg +++ b/testapi/setup.cfg @@ -25,19 +25,13 @@ 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/*.* - tornado_swagger/static/testapi-ui/*.* - tornado_swagger/static/testapi-ui/components/*/*.* - tornado_swagger/static/testapi-ui/assets/*/*.* - tornado_swagger/static/testapi-ui/assets/*/*/*.* - tornado_swagger/static/testapi-ui/assets/*/*/*/*.* - tornado_swagger/static/testapi-ui/assets/*/*/*/*/*.* - tornado_swagger/static/testapi-ui/shared/*.* - tornado_swagger/static/testapi-ui/shared/*/*.* + static/*.* + static/*/*.* + static/*/*/*.* + static/*/*/*/*.* + static/*/*/*/*/*.* + static/*/*/*/*/*/*.* + static/*/*/*/*/*/*/*.* data_files = /etc/opnfv_testapi = etc/config.ini -- cgit 1.2.3-korg