mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Update setup.py to reflect the rename of files
This commit is contained in:
parent
cc7ce1d408
commit
67b7d00580
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -31,9 +31,9 @@ setup(name="Cura",
|
||||||
author_email="d.braam@ultimaker.com",
|
author_email="d.braam@ultimaker.com",
|
||||||
url="http://software.ultimaker.com/",
|
url="http://software.ultimaker.com/",
|
||||||
license="GNU AFFERO GENERAL PUBLIC LICENSE (AGPL)",
|
license="GNU AFFERO GENERAL PUBLIC LICENSE (AGPL)",
|
||||||
scripts=["printer.py"],
|
scripts=["cura.py"],
|
||||||
#windows=[{"script": "printer.py", "dest_name": "Cura"}],
|
#windows=[{"script": "printer.py", "dest_name": "Cura"}],
|
||||||
console=[{"script": "printer.py"}],
|
console=[{"script": "cura.py"}],
|
||||||
options={"py2exe": {"skip_archive": False, "includes": includes}})
|
options={"py2exe": {"skip_archive": False, "includes": includes}})
|
||||||
|
|
||||||
print("Coping Cura plugins.")
|
print("Coping Cura plugins.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue