mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
Minor fix for packaging to not break the installation.
This commit is contained in:
parent
c8727264be
commit
c5042a8368
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -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'
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue