From cf16bfdd952f5378d1eb063d5788c745396172e3 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 7 Jan 2016 16:15:59 -0500 Subject: [PATCH] Have builds include shell plugins The builds were excluding the ssh plugin, correct the oversight. --- confluent_server/setup.py.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/confluent_server/setup.py.tmpl b/confluent_server/setup.py.tmpl index 86ffe696..0b8a3301 100644 --- a/confluent_server/setup.py.tmpl +++ b/confluent_server/setup.py.tmpl @@ -10,6 +10,7 @@ setup( description='confluent systems management server', packages=['confluent', 'confluent/config', 'confluent/interface', 'confluent/plugins/hardwaremanagement/', + 'confluent/plugins/shell/', 'confluent/plugins/configuration/'], install_requires=['pycrypto>=2.6', 'confluent_client>=0.1.0', 'eventlet', 'pyghmi>=0.6.5'],