From 91203b1a0d10bc28412a208d9b1639cf663b655f Mon Sep 17 00:00:00 2001 From: zeyu Zhu Date: Wed, 11 Jan 2017 17:38:27 +0800 Subject: 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 --- api/setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit 1.2.3-korg