Browse Source

Update setup.py to reflect the rename of files

Arjen Hiemstra 9 years ago
parent
commit
67b7d00580
1 changed files with 2 additions and 2 deletions
  1. 2 2
      setup.py

+ 2 - 2
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.")