Skip to content

Commit 18d6d6e

Browse files
committed
Add jupyterlab data files
1 parent 20c8a1d commit 18d6d6e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
recursive-include pythreejs/static *.*
2+
recursive-include pythreejs/staticlab *.*

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,10 @@ def run(self):
130130
'pythreejs/static/index.js',
131131
'pythreejs/static/index.js.map',
132132
]),
133+
('share/jupyter/labextensions/jupyter-threejs', [
134+
'pythreejs/staticlab/jupyter-threejs.bundle.js',
135+
'pythreejs/staticlab/jupyter-threejs.bundle.js.manifest',
136+
]),
133137
],
134138
'install_requires': ['ipywidgets>=5.0.0'],
135139
'packages': find_packages(),

0 commit comments

Comments
 (0)