2
0
mirror of https://opendev.org/x/pyghmi synced 2026-01-08 17:22:31 +00:00

Add AMI to oem modules

Change-Id: I9a19ba279ea790b68339dbfa94deee0e268ded6a
This commit is contained in:
Jarrod Johnson
2025-12-04 10:25:11 -05:00
parent 35d5642d09
commit 6a148fab5f

View File

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