2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00

Have builds include shell plugins

The builds were excluding the ssh plugin, correct the oversight.
This commit is contained in:
Jarrod Johnson 2016-01-07 16:15:59 -05:00
parent d0bd275cb3
commit cf16bfdd95

View File

@ -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'],