From 27a43957bf33e564084df2a08bf0c5998dc942a4 Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Thu, 9 Mar 2023 10:35:51 -0500 Subject: [PATCH] Update MANIFEST.in Co-authored-by: Alex Johnson --- MANIFEST.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 783b540..707df5b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,5 @@ -include dash_player/dash_player.min.js -include dash_player/dash_player.dev.js -include dash_player/async-dashplayer.js -include dash_player/async-dashplayer.js.map +include dash_player/*.js +include dash_player/*.js.map include dash_player/metadata.json include dash_player/package.json include README.md