Skip to content

Commit 3f089eb

Browse files
committed
include schema
1 parent faeccc9 commit 3f089eb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

MANIFEST.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ include README.md
44
include setupbase.py
55

66
include package.json
7+
include *.config.js
8+
include setupJest.js
79
include ts*.json
810
include jupyter_archive/labextension/*.tgz
911

@@ -12,6 +14,7 @@ graft tests
1214
prune tests/build
1315

1416
# Javascript files
17+
graft schema
1518
graft src
1619
graft style
1720
prune **/node_modules
@@ -22,4 +25,4 @@ global-exclude *~
2225
global-exclude *.pyc
2326
global-exclude *.pyo
2427
global-exclude .git
25-
global-exclude .ipynb_checkpoints
28+
global-exclude .ipynb_checkpoints

0 commit comments

Comments
 (0)