Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
skeleton
/
40a360c2a4feef97a8f7041e655b2a42e51e0224
/
.
/
pyipmitest
/
setup.py
blob: 37957b89f8aa80c2571931d07342b6ea61ba0739 [
file
] [
log
] [
blame
]
Brad Bishop
40a360c
2016-05-28 18:41:04 -0400
[
diff
] [
blame^
]
1
from
distutils
.
core
import
setup
2
3
setup
(
name
=
'pyipmitest'
,
4
version
=
'1.0'
,
5
scripts
=[
'ipmi_debug.py'
],
6
)