mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
Add testdata to distribution package so third parties can run the tests
This commit is contained in:
parent
ea61cf10e0
commit
fd070a3261
2 changed files with 4 additions and 2 deletions
|
|
@ -4,4 +4,5 @@ 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
|
||||
recursive-include avatar/locale/*/LC_MESSAGES *.mo *.po
|
||||
recursive-include avatar/testdata *
|
||||
|
|
|
|||
3
setup.py
3
setup.py
|
|
@ -164,7 +164,8 @@ setup(
|
|||
'avatar': [
|
||||
'templates/avatar/*.html',
|
||||
'locale/*/LC_MESSAGES/*',
|
||||
'media/avatar/img/default.jpg'
|
||||
'media/avatar/img/default.jpg',
|
||||
'testdata/*',
|
||||
],
|
||||
},
|
||||
include_package_data=True,
|
||||
|
|
|
|||
Loading…
Reference in a new issue