You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2018/08/01 22:07:58 UTC

[incubator-superset] branch master updated: Include README in MANIFEST (#5531)

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

maximebeauchemin 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 1a9c459  Include README in MANIFEST (#5531)
1a9c459 is described below

commit 1a9c4592dcb0e9de1e8d5e1120a6c9d051719c2c
Author: Jeffrey Wang <je...@gmail.com>
AuthorDate: Wed Aug 1 18:07:53 2018 -0400

    Include README in MANIFEST (#5531)
---
 MANIFEST.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MANIFEST.in b/MANIFEST.in
index e14b665..ce4140b 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,3 +1,4 @@
+include README.md
 recursive-include superset/data *
 recursive-include superset/migrations *
 recursive-include superset/static *