Skip to content

Commit

Permalink
Make sure the HTML file is copied over to the nbextensions directory
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Apr 6, 2018
1 parent e74ca52 commit c1a0e15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
}

data_files_spec = [
('share/jupyter/nbextensions/pywwt',
nb_path, '*.js*'),
('share/jupyter/nbextensions/pywwt', nb_path, '*.js*'),
('share/jupyter/nbextensions/pywwt', nb_path, '*.html'),
('share/jupyter/lab/extensions', lab_path, '*.tgz'),
('etc/jupyter/nbconfig/notebook.d' ,
os.path.join(HERE, 'jupyter.d', 'notebook.d'), 'pywwt.json'),
Expand Down

0 comments on commit c1a0e15

Please sign in to comment.