diff --git a/setup.py.tmpl b/setup.py.tmpl index 742c1201..9b4cb0a1 100644 --- a/setup.py.tmpl +++ b/setup.py.tmpl @@ -23,5 +23,7 @@ setuptools.setup( description='Python General Hardware Management Initiative (IPMI, redfish, etc)', 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'], license='Apache License, Version 2.0')