From 0a8fb52336f3b14cba08a07cd0562a058aaaed0b Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Mon, 27 Jan 2014 08:26:26 -0800 Subject: [PATCH] Don't try to install file that doesn't exist There is no /etc/storyboard in the repo, so we should not try to install it. Instead, install the sample config file which we do have. Also, we'll be managing the config file via config mgmt, so don't try to install the config file to the actual location. Change-Id: I9ff446df1a5662227d6235e1ca54c0eb7a9a142f --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index fd7c9b16..2564c433 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ packages = storyboard data_files = etc/storyboard = - etc/storyboard.conf + etc/storyboard.conf.sample [entry_points] console_scripts =