Skip to content

Commit 61d49a2

Browse files
committed
include thebelab javascript and css in source distributions
without these files thebelab does not work for documentation built using installed versions of jupyter-sphinx Closes #67.
1 parent c8cbf45 commit 61d49a2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
include LICENSE
2+
recursive-include jupyter_sphinx/thebelab/*

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@
3030
'nbformat',
3131
],
3232
python_requires = '>= 3.5',
33+
package_data={'jupyter_sphinx': ['thebelab/*']},
3334
)

0 commit comments

Comments
 (0)