diff options
author | zeyu Zhu <zhu.zeyu@zte.com.cn> | 2017-01-11 17:38:27 +0800 |
---|---|---|
committer | zeyu Zhu <zhu.zeyu@zte.com.cn> | 2017-01-11 17:38:33 +0800 |
commit | 91203b1a0d10bc28412a208d9b1639cf663b655f (patch) | |
tree | e4a9331312297d2f7a5f685982cf93ff057f31e4 /api | |
parent | 2021d90abd0a12ee6afedc2d0ed2872d67243e97 (diff) |
Fix the missing of configuration file
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>
Diffstat (limited to 'api')
-rw-r--r-- | api/setup.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/api/setup.cfg b/api/setup.cfg index af7a2da..f568387 100644 --- a/api/setup.cfg +++ b/api/setup.cfg @@ -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 |