From 3aa265a6a17ac719c4ec6872d1692b80921086de Mon Sep 17 00:00:00 2001 From: Ross Brattain Date: Thu, 28 Sep 2017 07:27:25 -0700 Subject: collectd: add config file templates as package_data needed for pkg_resources.resource_string Change-Id: Ief7a8fcd88fd6d371851a26e1559351963979e68 Signed-off-by: Ross Brattain --- setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 2f2b5e540..7f6571d61 100755 --- a/setup.py +++ b/setup.py @@ -29,6 +29,8 @@ setup( 'benchmark/scenarios/networking/*.txt', 'benchmark/scenarios/parser/*.sh', 'benchmark/scenarios/storage/*.bash', + 'network_services/nfvi/collectd.conf', + 'network_services/nfvi/collectd.sh', 'resources/files/*', 'resources/scripts/install/*.bash', 'resources/scripts/remove/*.bash' -- cgit 1.2.3-korg