Minor fix for packaging to not break the installation.

This commit is contained in:
Jannis Leidel 2012-08-21 15:06:08 +02:00
parent c8727264be
commit c5042a8368

View file

@ -162,7 +162,8 @@ setup(
packages=find_packages(),
package_data = {
'avatar': [
'templates/*/*',
'templates/notification/*/*.*',
'templates/avatar/*.html',
'locale/*/LC_MESSAGES/*',
'media/avatar/img/default.jpg'
],