from distutils.core import setup
import py2exe

setup(console=['pygetkey.py', 'readrreg.py'])
