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 2abec19 Adding explicit include for version_info.json (#8148)
2abec19 is described below
commit 2abec1908eb7edc52d181464ca339704650f93a2
Author: Craig Rueda <[email protected]>
AuthorDate: Fri Aug 30 15:43:30 2019 -0700
Adding explicit include for version_info.json (#8148)
---
MANIFEST.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/MANIFEST.in b/MANIFEST.in
index 10872f4..082b101 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -28,6 +28,7 @@ recursive-include superset/static/assets/dist *
recursive-include superset/static/assets/images *
recursive-exclude superset/static/images/viz_thumbnails_large *
recursive-include superset/static/assets/stylesheets *
+include superset/static/assets/version_info.json
recursive-include superset/templates *
recursive-include superset/translations *