##// END OF EJS Templates
Merge in all development done in bzr since February 16 2008....
Merge in all development done in bzr since February 16 2008. At that time, a clean bzr branch was started from the SVN tree, but without SVN history. That SVN history has now been used as the basis of this branch, and the development done on the history-less BZR branch has been added and is the content of this merge. This branch will be the new official main line of development in Launchpad (equivalent to the old SVN trunk).

File last commit:

r1207:c446b0e1
r1218:6b454030 merge
Show More
MANIFEST.in
31 lines | 680 B | text/plain | TextLexer
include README_Windows.txt
include win32_manual_post_install.py
include ipython.py
graft scripts
graft setupext
graft IPython/UserConfig
graft doc
exclude doc/\#*
exclude doc/*.1
exclude doc/ChangeLog.*
exclude doc/update_version.sh
# 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/*
global-exclude *~
global-exclude *.flc
global-exclude *.pyc
global-exclude .dircopy.log
global-exclude .svn
global-exclude .bzr