diff --git a/pyghmi/redfish/__init__.py b/pyghmi/redfish/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/setup.py.tmpl b/setup.py.tmpl index 9b4cb0a1..48626467 100644 --- a/setup.py.tmpl +++ b/setup.py.tmpl @@ -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')