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