Skip to content

Commit

Permalink
include schema
Browse files Browse the repository at this point in the history
  • Loading branch information
hadim committed Nov 22, 2019
1 parent faeccc9 commit 3f089eb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ include README.md
include setupbase.py

include package.json
include *.config.js
include setupJest.js
include ts*.json
include jupyter_archive/labextension/*.tgz

Expand All @@ -12,6 +14,7 @@ graft tests
prune tests/build

# Javascript files
graft schema
graft src
graft style
prune **/node_modules
Expand All @@ -22,4 +25,4 @@ global-exclude *~
global-exclude *.pyc
global-exclude *.pyo
global-exclude .git
global-exclude .ipynb_checkpoints
global-exclude .ipynb_checkpoints

0 comments on commit 3f089eb

Please sign in to comment.