Skip to content

Commit

Permalink
Bug fix for nbtools auto-load
Browse files Browse the repository at this point in the history
  • Loading branch information
tmtabor committed Jun 13, 2022
1 parent 06d91c8 commit fcbb175
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"Programming Language :: Python :: 3.9",
"Framework :: Jupyter",
],
data_files=[("share/jupyter/nbtools", ["nbtools/igv.json"])],
package_data={'igv': ['static/menu.js', 'static/menu.css']},
)

Expand Down

0 comments on commit fcbb175

Please sign in to comment.