~ipython-dev/ipython/module-reorg

« back to all changes in this revision

Viewing changes to tools/mkrel.py

  • Committer: Fernando Perez
  • Date: 2009-08-02 06:01:22 UTC
  • mto: (1152.1.56 trunk-lp)
  • mto: This revision was merged to the branch mainline in revision 1242.
  • Revision ID: fernando.perez@berkeley.edu-20090802060122-rpmmnrz4xaipuhhf
Continue tool cleanup.

Removed redundant setup_bdist_egg, since  setupegg can be used for the same
purpose.

Removed setupexe which depended on ipykit, since that is already gone.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
  "--python=/usr/bin/python2.6")
31
31
 
32
32
# Build eggs
33
 
c('python2.5 ./eggsetup.py bdist_egg')
34
 
c('python2.6 ./eggsetup.py bdist_egg')
 
33
c('python2.5 ./setupegg.py bdist_egg')
 
34
c('python2.6 ./setupegg.py bdist_egg')
35
35
 
36
36
# Call the windows build separately, so that the extra Windows scripts don't
37
37
# get pulled into Unix builds (setup.py has code which checks for