##// END OF EJS Templates
Merge of the ipython-ipython1a branch into the ipython trunk. This merge represents the first...
Merge of the ipython-ipython1a branch into the ipython trunk. This merge represents the first merging of the things in ipython1-dev into ipython. More specifically, this merge includes the basic ipython1 kernel and a few related subpackages. Most importantly, the setup.py script and friends have been refactored.

File last commit:

r1244:ba669b1a
r1247:48fb9d90 merge
Show More
MANIFEST.in
36 lines | 765 B | text/plain | TextLexer
Ville M. Vainio
more crlf
r1033 include README_Windows.txt
include win32_manual_post_install.py
include ipython.py
graft scripts
graft setupext
graft IPython/UserConfig
Brian E Granger
Finished initial reworking and updating of setup.py and friends, including the MANIFEST.in. Everything seems...
r1244 graft IPython/kernel
graft IPython/config
graft IPython/testing
graft IPython/tools
Ville M. Vainio
more crlf
r1033 graft doc
Fernando Perez
Finish doc/build tools cleanup....
r1207 exclude doc/\#*
Ville M. Vainio
more crlf
r1033 exclude doc/*.1
exclude doc/ChangeLog.*
exclude doc/update_version.sh
Ville M. Vainio
docs: remove build crap from sdist with manifest.in
r1192
Fernando Perez
Finish doc/build tools cleanup....
r1207 # There seems to be no way of excluding whole subdirectories, other than
# manually excluding all their subdirs. distutils really is horrible...
exclude doc/attic/*
exclude doc/build/doctrees/*
exclude doc/build/html/_sources/*
exclude doc/build/html/_static/*
exclude doc/build/html/*
exclude doc/build/latex/*
Ville M. Vainio
more crlf
r1033
global-exclude *~
global-exclude *.flc
global-exclude *.pyc
global-exclude .dircopy.log
global-exclude .svn
Fernando Perez
Fixes to build/doc scripts.
r1206 global-exclude .bzr