Changeset 64 for remote_control/puzzlebox_thinkgear_emulator_setup.py
- Timestamp:
- 06/22/10 15:49:15 (12 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
remote_control/puzzlebox_thinkgear_emulator_setup.py
r63 r64 1 1 #!/usr/bin/env python 2 2 # 3 # Puzzlebox - Brainstorms -ThinkGear Emulator - Py2Exe Distutils3 # Puzzlebox - ThinkGear Emulator - Py2Exe Distutils 4 4 # 5 5 # Copyright Puzzlebox Productions, LLC (2010) … … 24 24 25 25 setup( 26 name='Puzzlebox BrainstormsThinkGear Emulator',26 name='Puzzlebox ThinkGear Emulator', 27 27 version='0.1.4', 28 description='Puzzlebox BrainstormsThinkGear Emulator',28 description='Puzzlebox ThinkGear Emulator', 29 29 author='Steve Castellotti', 30 30 author_email='sc@puzzlebox.info', 31 31 url='http://brainstorms.puzzlebox.info', 32 console=["puzzlebox_ brainstorms_server_thinkgear.py", \33 "puzzlebox_ brainstorms_client_thinkgear.py"],32 console=["puzzlebox_thinkgear_server.py", 33 "puzzlebox_thinkgear_client.py"], 34 34 data_files=[("puzzlebox_thinkgear_emulator_configuration.ini"), 35 ("images", ["images/puzzlebox.ico"]), \35 ("images", ["images/puzzlebox.ico"]), 36 36 ], 37 ## windows=[{38 ## "script": "puzzlebox_brainstorms_server.py",39 ## "icon_resources": [(1, \40 ## os.path.join("images", "puzzlebox.ico"))]41 ## }, \42 ## {43 ## "script": "puzzlebox_brainstorms_client_local.py",44 ## "icon_resources": [(1, \45 ## os.path.join("images", "puzzlebox.ico"))]46 ## }, \47 ## {48 ## "script": "puzzlebox_brainstorms_client_network.py",49 ## "icon_resources": [(1, \50 ## os.path.join("images", "puzzlebox.ico"))]51 ## }52 ## ],53 37 )
Note: See TracChangeset
for help on using the changeset viewer.