From: zeyu Zhu Date: Wed, 11 Jan 2017 09:38:27 +0000 (+0800) Subject: Fix the missing of configuration file X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=escalator.git;a=commitdiff_plain;h=91203b1a0d10bc28412a208d9b1639cf663b655f 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 --- 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