mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
MANIFEST.in: Add docs and tests (#362)
Also include all language translations in sdist. Fixes https://github.com/jazzband/django-model-utils/issues/361 and closes https://github.com/jazzband/django-model-utils/issues/356
This commit is contained in:
parent
4e18710537
commit
581522c46a
1 changed files with 5 additions and 1 deletions
|
|
@ -3,4 +3,8 @@ include CHANGES.rst
|
|||
include LICENSE.txt
|
||||
include MANIFEST.in
|
||||
include README.rst
|
||||
include model_utils/locale/de/LC_MESSAGES/django.po
|
||||
include requirements*.txt
|
||||
include Makefile tox.ini
|
||||
recursive-include model_utils/locale *.po *.mo
|
||||
graft docs
|
||||
recursive-include tests *.py
|
||||
|
|
|
|||
Loading…
Reference in a new issue