Skip to content

Commit

Permalink
fix: json path to auto enable should contain directory
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Feb 10, 2021
1 parent 4f609c6 commit b1241ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
recursive-include bqplot_image_gl/static *.*
include bqplot_image_gl.json
include etc/jupyter/nbconfig/notebook.d/bqplot-image-gl.json
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def run(self):
'bqplot_image_gl/static/index.js',
'bqplot_image_gl/static/index.js.map',
],),
('etc/jupyter/nbconfig/notebook.d' ,['bqplot-image-gl.json'])
('etc/jupyter/nbconfig/notebook.d' ,['etc/jupyter/nbconfig/notebook.d/bqplot-image-gl.json'])
],
'install_requires': [
'ipywidgets>=7.0.0',
Expand Down

0 comments on commit b1241ac

Please sign in to comment.