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