mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 09:32:21 +00:00
0d893f8887
Fix email addresses, fold common into client, add pyparsing dependency.
12 lines
345 B
Cheetah
12 lines
345 B
Cheetah
from setuptools import setup
|
|
|
|
setup(
|
|
name='confluent_client',
|
|
version='#VERSION#',
|
|
author='Jarrod Johnson',
|
|
author_email='jjohnson2@lenovo.com',
|
|
url='http://xcat.sf.net/',
|
|
packages=['confluent'],
|
|
scripts=['bin/confetty', 'bin/nodehealth', 'bin/nodeidentify', 'bin/nodepower', 'bin/nodesensors', 'bin/nodesetboot'],
|
|
)
|