File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 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
@@ -11,10 +13,11 @@ 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
@@ -24,11 +27,9 @@ 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
You can’t perform that action at this time.
0 commit comments