Skip to content

Commit f27b9b5

Browse files
authored
Merge pull request #68 from jbweston/fixup/thebelab-static
include thebelab javascript and css in source distributions
2 parents c8cbf45 + 61d49a2 commit f27b9b5

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)