mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 09:32:21 +00:00
Refresh package data to assure better pyghmi and confetty
This commit is contained in:
parent
542da958db
commit
9c441df050
@ -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'],
|
||||
)
|
||||
|
@ -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'],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user