Directly reference packages in pbr-free setup
Without pbr, the list has to be manually curated. There is a setuptools directive that will work and is used by pbr, but for now use the output with some modules trimmed. Change-Id: I772b7bef263639167b3b5c54bc7812e1e8acbaf6
This commit is contained in:
parent
1721f7b237
commit
3b7d79c5fc
@ -23,5 +23,7 @@ setuptools.setup(
|
|||||||
description='Python General Hardware Management Initiative (IPMI, redfish, etc)',
|
description='Python General Hardware Management Initiative (IPMI, redfish, etc)',
|
||||||
author='Jarrod Johnson',
|
author='Jarrod Johnson',
|
||||||
author_email='jjohnson2@lenovo.com',
|
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')
|
license='Apache License, Version 2.0')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user