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