mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
Added default image to source distribution.
This commit is contained in:
parent
c240f23b86
commit
f5a252406f
2 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
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/locale/*/LC_MESSAGES *.mo *.po
|
||||
1
setup.py
1
setup.py
|
|
@ -164,6 +164,7 @@ setup(
|
|||
'avatar': [
|
||||
'templates/avatar/*.html',
|
||||
'locale/*/LC_MESSAGES/*',
|
||||
'media/avatar/img/default.jpg'
|
||||
],
|
||||
},
|
||||
include_package_data=True,
|
||||
|
|
|
|||
Loading…
Reference in a new issue