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
Jarrod Johnson 0d893f8887 Packaging fixup in preparation for 1.1 release cycle
Fix email addresses, fold common into client, add pyparsing dependency.
2015-03-25 13:52:59 -04:00

11 lines
264 B
Cheetah

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