Update setup.py to reflect the rename of files

This commit is contained in:
Arjen Hiemstra 2015-05-07 16:31:28 +02:00
parent cc7ce1d408
commit 67b7d00580

View file

@ -31,9 +31,9 @@ setup(name="Cura",
author_email="d.braam@ultimaker.com",
url="http://software.ultimaker.com/",
license="GNU AFFERO GENERAL PUBLIC LICENSE (AGPL)",
scripts=["printer.py"],
scripts=["cura.py"],
#windows=[{"script": "printer.py", "dest_name": "Cura"}],
console=[{"script": "printer.py"}],
console=[{"script": "cura.py"}],
options={"py2exe": {"skip_archive": False, "includes": includes}})
print("Coping Cura plugins.")