Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
skeleton
/
c1d00e220f2cb500ee79834644f3aeb6ce76345e
/
.
/
pyipmitest
/
setup.py
blob: 35c9439c4254ca4f53d21cea3001f1dd3e1ffc6f [
file
] [
log
] [
blame
]
from
distutils
.
core
import
setup
setup
(
name
=
"pyipmitest"
,
version
=
"1.0"
,
scripts
=[
"ipmi_debug.py"
],
)