Skip to content

Commit

Permalink
auto enable extension on install
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Aug 10, 2018
1 parent 02b0cc3 commit f5ea43c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ recursive-include ipywebrtc/static *.*
include LICENSE
include README.rst
include README.md
include ipywebrtc.json
5 changes: 5 additions & 0 deletions ipywebrtc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"load_extensions": {
"jupyter-webrtc/extension": true
}
}
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ def run(self):
'ipywebrtc/static/index.js',
'ipywebrtc/static/index.js.map',
]),
('etc/jupyter/nbconfig/notebook.d' , ['ipywebrtc.json'])
],
'install_requires': [
'ipywidgets>=7.4.0',
Expand Down

0 comments on commit f5ea43c

Please sign in to comment.