diff --git a/setup.py.tmpl b/setup.py.tmpl index 2a5d9837..63985140 100644 --- a/setup.py.tmpl +++ b/setup.py.tmpl @@ -27,6 +27,6 @@ setuptools.setup( packages=['pyghmi', 'pyghmi.util', 'pyghmi.ipmi', 'pyghmi.cmd', 'pyghmi.redfish', 'pyghmi.ipmi.private', 'pyghmi.ipmi.oem', 'pyghmi.ipmi.oem.lenovo', 'pyghmi.redfish.oem', - 'pyghmi.redfish.oem.dell', 'pyghmi.redfish.oem.lenovo'], + 'pyghmi.redfish.oem.dell', 'pyghmi.redfish.oem.lenovo', 'pyghmi.redfish.oem.ami'], license='Apache License, Version 2.0')