This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 9eb5bad  Update MANIFEST.in (#9261)
9eb5bad is described below

commit 9eb5baddd6b647f60dbbf3c21fda0aca554a2f05
Author: Alexander Mancevice <[email protected]>
AuthorDate: Thu Mar 26 01:00:41 2020 -0400

    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 449f72e..4d7a98b 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 *

Reply via email to