##// END OF EJS Templates
Fixes for Jorgen's branch in tests to genutils....
Fixes for Jorgen's branch in tests to genutils. - Make sure that tests run correctly with out write access to test dir. - Fix failure in Unix that depended on where the tests were being run from. - Cleanup: uppercase globals and reuse them rather than recomputing hardcoded paths multiple time.

File last commit:

r1599:f1cf00a6
r1843:d22048f9
Show More
MANIFEST.in
33 lines | 566 B | text/plain | TextLexer
include README_Windows.txt
include win32_manual_post_install.py
include ipython.py
include setupbase.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