##// END OF EJS Templates
Open 0.10.2 branch for development....
Open 0.10.2 branch for development. I don't expect to see much happen in this branch, but we'll have it available so people can contribute bug fixes and make pull requests. If we get enough contributions here, eventually we'll put a 0.10.2 release out.

File last commit:

r2595:0826f726
r3134:8f60cada
Show More
MANIFEST.in
33 lines | 542 B | text/plain | TextLexer
include ipython.py
include setupbase.py
include setupegg.py
graft scripts
graft setupext
graft IPython/UserConfig
graft IPython/kernel
graft IPython/config
graft IPython/testing
graft IPython/tools
recursive-include IPython/Extensions igrid_help*
graft docs
exclude docs/\#*
exclude docs/man/*.1
# docs subdirs we want to skip
prune docs/attic
prune docs/build
global-exclude *~
global-exclude *.flc
global-exclude *.pyc
global-exclude .dircopy.log
global-exclude .svn
global-exclude .bzr
global-exclude .hgignore
global-exclude .git