2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-25 02:52:07 +00:00

Refresh package data to assure better pyghmi and confetty

This commit is contained in:
Jarrod Johnson 2014-05-09 16:45:55 -04:00
parent 9c441df050
commit 3443a73558

View File

@ -2,11 +2,11 @@ from setuptools import setup
setup(
name='confluent_client',
version='0.1.1',
version='0.1.2',
author='Jarrod Johnson',
author_email='jbjohnso@us.ibm.com',
url='http://xcat.sf.net/',
packages=['confluent'],
install_requires=['confluent_common>=0.1.1'],
install_requires=['confluent_common>=0.1.0'],
scripts=['bin/confetty'],
)