# setup.py from distutils.core import setup import py2exe setup(console=["singularity.py"], name="Endgame Singularity", version="0.26a", description="A simulation of a true AI", author="Evil Mr Henry", author_email="evilmrhenry@emhsoft.com", url = "http://www.emhsoft.com/singularity/index.html", license = "GPL")