2
0
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:
Jarrod Johnson 2019-03-18 10:40:18 -04:00
parent f77554febd
commit 19ebb593b7
2 changed files with 2 additions and 1 deletions

View File

View 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')