From f4e8dd497f841ea700248f963d61af5292ce23d9 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 24 May 2016 14:36:36 -0400 Subject: [PATCH] Add missing utility commands to manifest --- confluent_client/setup.py.tmpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/confluent_client/setup.py.tmpl b/confluent_client/setup.py.tmpl index a4bd1684..d1558358 100644 --- a/confluent_client/setup.py.tmpl +++ b/confluent_client/setup.py.tmpl @@ -7,6 +7,9 @@ setup( author_email='jjohnson2@lenovo.com', url='http://xcat.sf.net/', packages=['confluent'], - scripts=['bin/confetty', 'bin/nodeconsole', 'bin/nodeeventlog', 'bin/nodehealth', 'bin/nodeidentify', 'bin/nodelist', 'bin/nodepower', 'bin/nodesensors', 'bin/nodesetboot'], + scripts=['bin/confetty', 'bin/nodeconsole', 'bin/nodeeventlog', + 'bin/nodefirmware', 'bin/nodehealth', 'bin/nodeidentify', + 'bin/nodeinventory', ''bin/nodelist', 'bin/nodepower', + 'bin/nodesensors', 'bin/nodesetboot'], data_files=[('/etc/profile.d', ['confluent_env.sh'])], )