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