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