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