From 9eb5baddd6b647f60dbbf3c21fda0aca554a2f05 Mon Sep 17 00:00:00 2001 From: Alexander Mancevice Date: Thu, 26 Mar 2020 01:00:41 -0400 Subject: [PATCH] Update MANIFEST.in (#9261) Include superset-frontent/package.json in package because setup.py requires it --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 449f72ef3..4d7a98b2a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -18,6 +18,7 @@ include NOTICE include LICENSE.txt graft licenses/ include README.md +include superset-frontend/package.json recursive-include superset/examples * recursive-include superset/migrations * recursive-include superset/templates *