from distutils.core import setup import py2exe setup(name='pyste', scripts=['../src/pyste.py'])