From 6a148fab5f5f8e08b357c16cd636b5a4d35cd178 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 4 Dec 2025 10:25:11 -0500 Subject: [PATCH] Add AMI to oem modules Change-Id: I9a19ba279ea790b68339dbfa94deee0e268ded6a --- setup.py.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')