You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by gr...@apache.org on 2017/10/30 18:26:48 UTC

[incubator-superset] branch master updated: Fix 3657 (#3739)

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

graceguo 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 1e18bfd  Fix 3657 (#3739)
1e18bfd is described below

commit 1e18bfdea439afee2e2aa7a8194330fc9ddc07ec
Author: Baldo Alessandro <ba...@users.noreply.github.com>
AuthorDate: Mon Oct 30 19:26:42 2017 +0100

    Fix 3657 (#3739)
    
    * Reorders MANIFEST.in
    
    * Includes the translations dir in MANIFEST
---
 MANIFEST.in | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/MANIFEST.in b/MANIFEST.in
index 027ea43..188d270 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,8 +1,9 @@
-recursive-include superset/templates *
+recursive-include superset/data *
+recursive-include superset/migrations *
 recursive-include superset/static *
 recursive-exclude superset/static/docs *
 recursive-exclude superset/static/spec *
 recursive-exclude superset/static/assets/node_modules *
+recursive-include superset/templates *
+recursive-include superset/translations *
 recursive-exclude tests *
-recursive-include superset/data *
-recursive-include superset/migrations *

-- 
To stop receiving notification emails like this one, please contact
['"commits@superset.apache.org" <co...@superset.apache.org>'].