mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
Also ship the notification templates.
This commit is contained in:
parent
7d0ba11d11
commit
c8727264be
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
2
setup.py
2
setup.py
|
|
@ -162,7 +162,7 @@ setup(
|
|||
packages=find_packages(),
|
||||
package_data = {
|
||||
'avatar': [
|
||||
'templates/avatar/*.html',
|
||||
'templates/*/*',
|
||||
'locale/*/LC_MESSAGES/*',
|
||||
'media/avatar/img/default.jpg'
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue