From b1241acf6b5b7aa23e1a4a1d6d9fe971a93ee01a Mon Sep 17 00:00:00 2001 From: "Maarten A. Breddels" Date: Fri, 5 Feb 2021 21:35:32 +0100 Subject: [PATCH] fix: json path to auto enable should contain directory --- MANIFEST.in | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index b11d4a8..490b157 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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 diff --git a/setup.py b/setup.py index 6eebe75..9ce3da5 100644 --- a/setup.py +++ b/setup.py @@ -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',