Merge "Fix the missing of configuration file"
authorkong wei <kong.wei2@zte.com.cn>
Sun, 19 Feb 2017 14:58:16 +0000 (14:58 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Sun, 19 Feb 2017 14:58:16 +0000 (14:58 +0000)
api/setup.cfg

index af7a2da..f568387 100644 (file)
@@ -16,6 +16,10 @@ classifier =
         Programming Language :: Python :: 2
         Programming Language :: Python :: 2.7
 
+[files]
+data_files =
+    /etc/escalator = etc/*
+
 [global]
 setup-hooks =
          pbr.hooks.setup_hook