2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 01:22:00 +00:00
confluent/confluent_client/setup.py.tmpl

16 lines
554 B
Cheetah
Raw Normal View History

from setuptools import setup
setup(
name='confluent_client',
version='#VERSION#',
author='Jarrod Johnson',
author_email='jjohnson2@lenovo.com',
url='http://xcat.sf.net/',
packages=['confluent'],
scripts=['bin/confetty', 'bin/nodeconsole', 'bin/nodeeventlog',
'bin/nodefirmware', 'bin/nodehealth', 'bin/nodeidentify',
2016-05-24 18:38:44 +00:00
'bin/nodeinventory', 'bin/nodelist', 'bin/nodepower',
'bin/nodesensors', 'bin/nodesetboot', 'bin/noderun'],
data_files=[('/etc/profile.d', ['confluent_env.sh'])],
)