# setup.py from distutils.core import setup import glob import py2exe setup(name="ocr2gut_v.3.5", scripts=["ocr2gut_3_5.py"], )