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