Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
skeleton
/
73078903820ca3c8d1a46f21fbd77b06a770a43a
/
.
/
pytools
/
setup.py
blob: 27363662ac09381de379eccb556f5b97e3bce1e9 [
file
] [
log
] [
blame
]
from
distutils
.
core
import
setup
setup
(
name
=
'pytools'
,
version
=
'1.0'
,
scripts
=[
'obmcutil'
,
'gpioutil'
],
)