Add JPG and GIF to package data setting in setup.py (bis)

This commit is contained in:
Benjamin Dauvergne 2014-12-03 11:15:52 +01:00
parent 001018ca23
commit c72691c826
1 changed files with 3 additions and 0 deletions

View File

@ -116,6 +116,9 @@ setup(name='authentic2-auth-msp',
'static/authentic2_auth_msp/img/*.png',
'static/authentic2_auth_msp/img/*.jpg',
'static/authentic2_auth_msp/img/*.gif',
'static/authentic2_auth_msp/bg/*.png',
'static/authentic2_auth_msp/bg/*.jpg',
'static/authentic2_auth_msp/bg/*.gif',
'locale/fr/LC_MESSAGES/django.po',
'locale/fr/LC_MESSAGES/django.moo',
],