# -*- coding: cp949 -*- from distutils.core import setup import py2exe setup(console=['maniadb_shell.py'])