MANIFEST.in: add *.otf to exported extensions

This commit is contained in:
Benjamin Dauvergne 2014-04-03 10:05:53 +02:00
parent a154be755f
commit e3ce49b2a2
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ recursive-include portail_citoyen2/apps/msp/locale *.po *.mo
include portail_citoyen2/apps/msp/README.txt
recursive-include portail_citoyen2/fixtures *.json
recursive-include portail_citoyen2/templates *.html *.txt
recursive-include portail_citoyen2/static *.css *.gif *.png *.js
recursive-include portail_citoyen2/static *.css *.gif *.png *.js *.otf
recursive-include portail_citoyen2/locale *.po *.mo
recursive-include help *.page
include local_settings.py.example