2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 01:22:00 +00:00

Refresh package data to assure better pyghmi and confetty

This commit is contained in:
Jarrod Johnson 2014-05-09 16:43:44 -04:00
parent 542da958db
commit 9c441df050
2 changed files with 5 additions and 5 deletions

View File

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

View File

@ -2,7 +2,7 @@ from setuptools import setup
setup(
name='confluent_server',
version='0.1.1',
version='0.1.2',
author='Jarrod Johnson',
author_email='jbjohnso@us.ibm.com',
url='http://xcat.sf.net/',
@ -11,6 +11,6 @@ setup(
'confluent/plugins/hardwaremanagement/',
'confluent/plugins/configuration/'],
install_requires=['pycrypto>=2.6', 'confluent_client>=0.1.0', 'eventlet',
'pyghmi>=0.6.0'],
'pyghmi>=0.6.5'],
scripts=['bin/confluent'],
)