Fix the missing of configuration file 51/26851/1
authorzeyu Zhu <zhu.zeyu@zte.com.cn>
Wed, 11 Jan 2017 09:38:27 +0000 (17:38 +0800)
committerzeyu Zhu <zhu.zeyu@zte.com.cn>
Wed, 11 Jan 2017 09:38:33 +0000 (17:38 +0800)
When use pip install tarball, there is no configuration file in /etc/eacalator

Change-Id: I58b6bedebd7d0d26d57a3fcaa238d4409089f773
Signed-off-by: zeyu Zhu <zhu.zeyu@zte.com.cn>
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