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