mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 09:32:21 +00:00
c70f365cd2
add supportfor pam authentication
12 lines
291 B
Cheetah
12 lines
291 B
Cheetah
from setuptools import setup
|
|
|
|
setup(
|
|
name='confluent_common',
|
|
version='#VERSION#',
|
|
author='Jarrod Johnson',
|
|
author_email='jbjohnso@us.ibm.com',
|
|
description='common content for confluent client and server',
|
|
url='http://xcat.sf.net/',
|
|
packages=['confluent'],
|
|
)
|