from setuptools import setup import py2exe setup(name='pythonpy', version='1.0', console=["pythonpy.py"], )