From 67b7d00580386a89fe486db3085b8aa5751be5d2 Mon Sep 17 00:00:00 2001 From: Arjen Hiemstra Date: Thu, 7 May 2015 16:31:28 +0200 Subject: [PATCH] Update setup.py to reflect the rename of files --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b0ad91f1f1..00b7fdd1ea 100644 --- a/setup.py +++ b/setup.py @@ -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.")