from distutils.core import setup setup(name='pyhwmon', version='1.0', scripts=['hwmon.py'], )