Show More
@@ -0,0 +1,16 b'' | |||||
|
1 | #!/bin/sh | |||
|
2 | # IPython release script | |||
|
3 | ||||
|
4 | import os | |||
|
5 | import distutils.dir_util | |||
|
6 | def c(cmd): | |||
|
7 | print ">",cmd | |||
|
8 | os.system(cmd) | |||
|
9 | ||||
|
10 | os.chdir('..') | |||
|
11 | ||||
|
12 | distutils.dir_util.remove_tree('dist') | |||
|
13 | ||||
|
14 | ||||
|
15 | c("python setup.py bdist_wininst --install-script=ipython_win_post_install.py") | |||
|
16 | c("python exesetup.py py2exe") |
General Comments 0
You need to be logged in to leave comments.
Login now