##// END OF EJS Templates
Ignore local static copy of mathjax in MANIFEST
Fernando Perez -
Show More
@@ -1,29 +1,32 b''
1 1 include ipython.py
2 2 include setupbase.py
3 3 include setupegg.py
4 4
5 5 graft setupext
6 6
7 7 graft scripts
8 8
9 # Load main dir but exclude things we don't want in the distro
9 10 graft IPython
10 11 prune IPython/deathrow
12 prune IPython/frontend/html/notebook/static/mathjax
11 13
12 14 include IPython/.git_commit_info.ini
13 15
14 16 graft docs
15 17 exclude docs/\#*
16 18 exclude docs/man/*.1
17 19
18 20 # docs subdirs we want to skip
19 21 prune docs/attic
20 22 prune docs/build
21 23 prune docs/gh-pages
22 24
25
23 26 global-exclude *~
24 27 global-exclude *.flc
25 28 global-exclude *.pyc
26 29 global-exclude .dircopy.log
27 30 global-exclude .svn
28 31 global-exclude .bzr
29 32 global-exclude .hgignore
General Comments 0
You need to be logged in to leave comments. Login now