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