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

11 lines
221 B
Python
Raw Normal View History

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