mirror of
https://opendev.org/x/pyghmi
synced 2025-04-19 03:27:22 +00:00
Add missing init to redfish
Redfish needs to be a proper python module. Change-Id: Id7e51f8cbcb42b4a0c61ebfd200f4c3e38f00203
This commit is contained in:
parent
f77554febd
commit
19ebb593b7
0
pyghmi/redfish/__init__.py
Normal file
0
pyghmi/redfish/__init__.py
Normal file
@ -24,6 +24,7 @@ setuptools.setup(
|
||||
author='Jarrod Johnson',
|
||||
author_email='jjohnson2@lenovo.com',
|
||||
packages=['pyghmi', 'pyghmi.util', 'pyghmi.ipmi', 'pyghmi.cmd',
|
||||
'pyghmi.ipmi.private', 'pyghmi.ipmi.oem', 'pyghmi.ipmi.oem.lenovo'],
|
||||
'pyghmi.redfish', 'pyghmi.ipmi.private', 'pyghmi.ipmi.oem',
|
||||
'pyghmi.ipmi.oem.lenovo'],
|
||||
license='Apache License, Version 2.0')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user