##// END OF EJS Templates
Remove references to nonexistent setup2.py and setup3.py
Thomas Kluyver -
Show More
@@ -1,38 +1,36 b''
1 include README.rst
1 include README.rst
2 include ipython.py
2 include ipython.py
3 include setup2.py
4 include setup3.py
5 include setupbase.py
3 include setupbase.py
6 include setupegg.py
4 include setupegg.py
7
5
8 graft setupext
6 graft setupext
9
7
10 graft scripts
8 graft scripts
11
9
12 # Load main dir but exclude things we don't want in the distro
10 # Load main dir but exclude things we don't want in the distro
13 graft IPython
11 graft IPython
14 prune IPython/deathrow
12 prune IPython/deathrow
15 prune IPython/external/js
13 prune IPython/external/js
16 prune IPython/frontend/html/notebook/static/mathjax
14 prune IPython/frontend/html/notebook/static/mathjax
17
15
18 # Include some specific files and data resources we need
16 # Include some specific files and data resources we need
19 include IPython/.git_commit_info.ini
17 include IPython/.git_commit_info.ini
20 include IPython/frontend/qt/console/resources/icon/IPythonConsole.svg
18 include IPython/frontend/qt/console/resources/icon/IPythonConsole.svg
21
19
22 # Documentation
20 # Documentation
23 graft docs
21 graft docs
24 exclude docs/\#*
22 exclude docs/\#*
25 exclude docs/man/*.1.gz
23 exclude docs/man/*.1.gz
26
24
27 # docs subdirs we want to skip
25 # docs subdirs we want to skip
28 prune docs/attic
26 prune docs/attic
29 prune docs/build
27 prune docs/build
30 prune docs/gh-pages
28 prune docs/gh-pages
31 prune docs/dist
29 prune docs/dist
32
30
33 # Patterns to exclude from any directory
31 # Patterns to exclude from any directory
34 global-exclude *~
32 global-exclude *~
35 global-exclude *.flc
33 global-exclude *.flc
36 global-exclude *.pyc
34 global-exclude *.pyc
37 global-exclude *.pyo
35 global-exclude *.pyo
38 global-exclude .dircopy.log
36 global-exclude .dircopy.log
General Comments 0
You need to be logged in to leave comments. Login now