Merge "Added license metadata to specify Apache-2.0"
[releng.git] / utils / test / testapi / setup.cfg
index bfa534f..23341e4 100644 (file)
@@ -6,6 +6,7 @@ description-file =
 author = SerenaFeng
 author-email = feng.xiaowei@zte.com.cn
 #home-page = http://www.opnfv.org/
+license = Apache-2.0
 classifier =
     Environment :: opnfv
     Intended Audience :: Information Technology
@@ -23,24 +24,10 @@ setup-hooks =
 [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/*.*
-        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/*/*.*
+
 data_files =
-    /etc/opnfv_testapi =
-        etc/config.ini
+    /etc/opnfv_testapi = etc/config.ini
+    /usr/local/share/opnfv_testapi = 3rd_party/static/*
 
 [entry_points]
 console_scripts =
@@ -50,4 +37,3 @@ console_scripts =
 tag_build =
 tag_date = 0
 tag_svn_revision = 0
-