Skip to content

Commit

Permalink
Fix 3657 (#3739)
Browse files Browse the repository at this point in the history
* Reorders MANIFEST.in

* Includes the translations dir in MANIFEST
  • Loading branch information
baldoalessandro authored and Grace Guo committed Oct 30, 2017
1 parent 200b66d commit 1e18bfd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -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 *

0 comments on commit 1e18bfd

Please sign in to comment.