Skip to content

Commit

Permalink
🐛(packaging) add missing favicon static files to manifest.in
Browse files Browse the repository at this point in the history
We added files with extensions that we have never seen in static files
so they were not recognized in the manifest.in file.
  • Loading branch information
sampaccoud committed Apr 16, 2020
1 parent 26b01c4 commit e678b49
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
include LICENSE
include README.md
recursive-include src/richie *.html *.png *.gif *.js *.css *.jpg *.jpeg *.po *.mo *.eot *.svg *.ttf *.woff *.woff2
recursive-include src/richie *.html *.png *.gif *.js *.css *.ico *.jpg *.jpeg *.po *.mo *.eot *.svg *.ttf *.woff *.woff2
include src/richie/apps/core/static/fonts/icomoon/selection.json
include src/richie/apps/core/static/richie/favicon/browserconfig.xml
include src/richie/apps/core/static/richie/favicon/site.webmanifest

0 comments on commit e678b49

Please sign in to comment.