Skip to content

Commit

Permalink
Fix manifest for .mo / .po files
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Oct 10, 2016
1 parent 3c79882 commit 242c071
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
include AUTHORS
include README.rst
include LICENSE
recursive-include fluent_contents/locale *
recursive-include fluent_contents/templates *.html
recursive-include fluent_contents/static *
recursive-include fluent_contents/plugins/*/static *
recursive-include fluent_contents/plugins/*/templates *.html
recursive-include fluent_contents/tests/testapp/templates *.html
recursive-include private_storage/locale *.mo *.po
global-exclude .DS_Store
global-exclude Thumbs.db
global-exclude Desktop.ini
Expand Down

0 comments on commit 242c071

Please sign in to comment.