##// END OF EJS Templates
update MANIFEST.in...
MinRK -
Show More
@@ -1,37 +1,29 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 graft IPython/kernel
9 graft IPython/config
10 graft IPython/core
11 # graft IPython/deathrow
12 graft IPython/external
13 graft IPython/frontend
14 graft IPython/gui
15 graft IPython/lib
16 graft IPython/quarantine
17 graft IPython/scripts
18 graft IPython/testing
19 graft IPython/utils
8
9 graft IPython
10 prune IPython/deathrow
20 11
21 12 include IPython/.git_commit_info.ini
22 13
23 14 graft docs
24 15 exclude docs/\#*
25 16 exclude docs/man/*.1
26 17
27 18 # docs subdirs we want to skip
28 19 prune docs/attic
29 20 prune docs/build
21 prune docs/gh-pages
30 22
31 23 global-exclude *~
32 24 global-exclude *.flc
33 25 global-exclude *.pyc
34 26 global-exclude .dircopy.log
35 27 global-exclude .svn
36 28 global-exclude .bzr
37 29 global-exclude .hgignore
General Comments 0
You need to be logged in to leave comments. Login now