Skip to content

Commit 396b407

Browse files
authored
Merge pull request #59 from bnmajor/update-package-data
build(package_data): Make sure that the itk directory is included
2 parents 13188c2 + 954cd19 commit 396b407

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

setup.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,15 @@ def run(self):
3838
},
3939
packages=["tensorboard_plugin_3d"],
4040
package_data={
41-
"tensorboard_plugin_3d": ["static/**"],
41+
"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+
],
4250
},
4351
entry_points={
4452
"tensorboard_plugins": [

0 commit comments

Comments
 (0)