# Copyright (C) 2006 Mortal Coil Games # See LICENSE for details. from distutils.core import setup import py2exe setup( version = "0.5.0", description = "mv3d", name = "mv3d", # targets to build console = ["RunClient.py"], )