From 9319086be4dea3d4faad94616bf404b968df14e7 Mon Sep 17 00:00:00 2001 From: Pascal Bourgault Date: Fri, 2 Aug 2024 12:14:11 -0400 Subject: [PATCH] Update MANIFEST.in - fix #107 Include all files generated by npm in the built package. --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index f358ee7..4e650e4 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,4 +2,4 @@ include README.md include LICENSE.txt include ipywidgets_bokeh/bokeh.ext.json include ipywidgets_bokeh/package.json -recursive-include ipywidgets_bokeh/dist *.js *.js.map *.d.ts *.json +recursive-include ipywidgets_bokeh/dist *