##// END OF EJS Templates
Ignore local static copy of mathjax in MANIFEST
Fernando Perez -
Show More
@@ -6,8 +6,10 b' 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
@@ -20,6 +22,7 b' 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
General Comments 0
You need to be logged in to leave comments. Login now