From 467363b2e87450e29a846a47aa4031f2fb95fed4 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Sat, 12 Nov 2022 20:59:17 +0000 Subject: [PATCH] Fix manifest includes --- MANIFEST.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index f861086f..7a34c052 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,4 @@ include README.md include LICENSE -recursive-include pyinstrument *.js -recursive-include html_renderer *.html *.json *.js *.ts *.vue *.css *.png -prune html_renderer/node_modules -prune html_renderer/dist +recursive-include pyinstrument *.js *.css include pyinstrument/py.typed