From 7cf7d3bb7d43066befcc320268e1fdd4f394e67d Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sun, 8 Jun 2014 11:34:43 -0400 Subject: [PATCH] Stop installing config files If stackalytics is being installed by config management, such as puppet, having pip install install the config files into /etc is challenging. Since all of the options in stackalytics.conf are commented out, it's also not needed to run. Change-Id: Ibab3b4389ed64fcc897c833169f69bc0bcd9ae88 --- setup.cfg | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 851de5519..60fe30c03 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,10 +21,6 @@ classifier = packages = dashboard stackalytics -data_files = - etc/stackalytics = - etc/stackalytics.conf - etc/default_data.json [build_sphinx] all_files = 1