Skip to content

Commit

Permalink
Fix MANIFEST.in
Browse files Browse the repository at this point in the history
Include also svg symbols
  • Loading branch information
kdeininger committed Dec 11, 2023
1 parent 3112284 commit e45c27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include *.rst
recursive-include oereb_client/static/build *.js *.css *.txt *.woff *.woff2
recursive-include oereb_client/static/i18n *.json
recursive-include oereb_client/static/images *.png *.jpg
recursive-include oereb_client/static/images *.png *.jpg *.svg
recursive-include oereb_client/templates *.html *.json

0 comments on commit e45c27a

Please sign in to comment.