We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20c8a1d + 18d6d6e commit 47aa2efCopy full SHA for 47aa2ef
MANIFEST.in
@@ -1 +1,2 @@
1
recursive-include pythreejs/static *.*
2
+recursive-include pythreejs/staticlab *.*
setup.py
@@ -130,6 +130,10 @@ def run(self):
130
'pythreejs/static/index.js',
131
'pythreejs/static/index.js.map',
132
]),
133
+ ('share/jupyter/labextensions/jupyter-threejs', [
134
+ 'pythreejs/staticlab/jupyter-threejs.bundle.js',
135
+ 'pythreejs/staticlab/jupyter-threejs.bundle.js.manifest',
136
+ ]),
137
],
138
'install_requires': ['ipywidgets>=5.0.0'],
139
'packages': find_packages(),
0 commit comments