Changeset 374 for mystic/setup.py
- Timestamp:
- 08/04/10 17:47:48 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mystic/setup.py
r335 r374 44 44 setup_code += """ 45 45 zip_safe=True, 46 scripts=[]) 46 """ 47 48 # add the scripts, and close 'setup' call 49 setup_code += """ 50 scripts=['scripts/mystic_log_reader.py', 51 'scripts/support_convergence.py', 52 'scripts/support_hypercube.py', 53 'scripts/support_hypercube2.py']) 47 54 """ 48 55
Note: See TracChangeset
for help on using the changeset viewer.