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 5, 2021
1 parent 6ffb217 commit 5c500db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
recursive-include bqplot_image_gl/static *.*
include 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 5c500db

Please sign in to comment.