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

This commit is contained in:
Benjamin Dauvergne 2014-12-03 10:04:53 +01:00
parent e782b65ee6
commit 001018ca23
1 changed files with 2 additions and 0 deletions

View File

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