2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-02-06 05:52:39 +00:00
confluent/confluent_xcat/setup.py.tmpl

15 lines
460 B
Cheetah
Raw Normal View History

from setuptools import setup
import os
setup(
name='confluent_xcat',
version='#VERSION#',
author='Victor Hu',
author_email='vhu@us.ibm.com',
url='http://xcat.sf.net/',
description='xCAT integration with confluent systems management server',
#packages=['xcat'],
install_requires=['confluent_server > 1.0.0'],
data_files=[('/opt/confluent/lib/python/confluent/plugins/console/', ['confluent/plugins/console/xcathmc.sh'])],
)