2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-21 17:11:58 +00:00
confluent/confluent_common/setup.py.tmpl

11 lines
264 B
Cheetah
Raw Normal View History

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