2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-01-18 13:43:17 +00:00

12 lines
287 B
Python
Raw Normal View History

from setuptools import setup
setup(
name='confluent_common',
version='0.1.2',
author='Jarrod Johnson',
author_email='jbjohnso@us.ibm.com',
2014-05-06 16:45:51 -04:00
description='common content for confluent client and server',
url='http://xcat.sf.net/',
packages=['confluent'],
)