mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-21 17:11:58 +00:00
0d893f8887
Fix email addresses, fold common into client, add pyparsing dependency.
11 lines
264 B
Cheetah
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/',
|
|
)
|