##// END OF EJS Templates
Ignore local static copy of mathjax in MANIFEST
Ignore local static copy of mathjax in MANIFEST

File last commit:

r5005:9bb0c6ab
r5005:9bb0c6ab
Show More
MANIFEST.in
32 lines | 573 B | text/plain | TextLexer
include ipython.py
include setupbase.py
include setupegg.py
graft setupext
graft scripts
# Load main dir but exclude things we don't want in the distro
graft IPython
prune IPython/deathrow
prune IPython/frontend/html/notebook/static/mathjax
include IPython/.git_commit_info.ini
graft docs
exclude docs/\#*
exclude docs/man/*.1
# docs subdirs we want to skip
prune docs/attic
prune docs/build
prune docs/gh-pages
global-exclude *~
global-exclude *.flc
global-exclude *.pyc
global-exclude .dircopy.log
global-exclude .svn
global-exclude .bzr
global-exclude .hgignore