2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-01-25 18:37:47 +00:00

11 lines
264 B
Cheetah
Raw Permalink Normal View History

from setuptools import setup
setup(
name='confluent_common',
version='#VERSION#',
author='Jarrod Johnson',
author_email='jjohnson2@lenovo.com',
2014-05-06 16:45:51 -04:00
description='common content for confluent client and server',
url='http://xcat.sf.net/',
)