From: Рустам Кашапов Date: Fri, 3 Oct 2014 04:05:44 +0000 (+0400) Subject: fix manifest X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=4c6c2e914dbf76c0951d71b6a9177629e0d40ad7;p=django_quiz.git fix manifest --- diff --git a/MANIFEST.in b/MANIFEST.in index fc26509..ce53fe9 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,5 @@ include README.md +include README.rst recursive-include quiz/templates * recursive-include multichoice/templates * recursive-include true_false/templates * \ No newline at end of file diff --git a/setup.py b/setup.py index 81367cb..35be3a1 100644 --- a/setup.py +++ b/setup.py @@ -28,6 +28,7 @@ setup( install_requires=[ 'django-model-utils == 2.0.3', 'Django >= 1.5.1', + 'Pillow == 2.5.0' ], test_suite='runtests.runtests' )