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