2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-28 20:39:40 +00:00
confluent/confluent_client/setup.py
2014-05-06 15:01:35 -04:00

13 lines
314 B
Python

from setuptools import setup
setup(
name='confluent_client',
version='0.1.0',
author='Jarrod Johnson',
author_email='jbjohnso@us.ibm.com',
url='http://xcat.sf.net/',
packages=['confluent'],
install_requires=['confluent_common>=0.1.0'],
scripts=['bin/confetty', 'bin/nodepower'],
)