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