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