from distutils.core import setup setup( name="pytools", version="1.0", scripts=["gpioutil"], )