Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
skeleton
/
f6c85685bda3305ffe3a53df6d1af59f3a0234ed
/
.
/
pystatemgr
/
setup.py
blob: 86c74715971d68a22e5ea5c35e1faaa2818521c2 [
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
=
'pystatemgr'
,
4
version
=
'1.0'
,
5
scripts
=[
'discover_system_state.py'
,
'goto_system_state.py'
],
6
)