Also ship the notification templates.

This commit is contained in:
Jannis Leidel 2012-08-21 14:41:13 +02:00
parent 7d0ba11d11
commit c8727264be
2 changed files with 2 additions and 2 deletions

View file

@ -3,5 +3,5 @@ include LICENSE.txt
include CONTRIBUTORS.txt
include avatar/media/avatar/img/default.jpg
recursive-include docs *
recursive-include avatar/templates/avatar *.html
recursive-include avatar/templates *.html *.txt
recursive-include avatar/locale/*/LC_MESSAGES *.mo *.po

View file

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