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 13188c2 + 954cd19 commit 396b407Copy full SHA for 396b407
setup.py
@@ -38,7 +38,15 @@ def run(self):
38
},
39
packages=["tensorboard_plugin_3d"],
40
package_data={
41
- "tensorboard_plugin_3d": ["static/**"],
+ "tensorboard_plugin_3d": [
42
+ "static/**",
43
+ "static/itk/image-io/**",
44
+ "static/itk/mesh-io/**",
45
+ "static/itk/pipeline/**",
46
+ "static/itk/web-workers/**",
47
+ "static/itk/web-workers/bundles/**",
48
+ "static/itk/web-workers/min-bundles/**",
49
+ ],
50
51
entry_points={
52
"tensorboard_plugins": [
0 commit comments