2
0
mirror of https://opendev.org/x/pyghmi synced 2025-01-13 11:17:47 +00:00

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:
Jarrod Johnson 2019-02-07 14:27:35 -05:00
parent 1721f7b237
commit 3b7d79c5fc

View File

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