]> git.parisson.com Git - django_quiz.git/commitdiff
fix manifest
authorРустам Кашапов <rrkashapov@bars-open.ru>
Fri, 3 Oct 2014 04:05:44 +0000 (08:05 +0400)
committerРустам Кашапов <rrkashapov@bars-open.ru>
Fri, 3 Oct 2014 04:05:44 +0000 (08:05 +0400)
MANIFEST.in
setup.py

index fc26509c90b8c0696cf6a22a05df1fdbbc319f25..ce53fe9b7217fd9ef3dd9454293bbf2e0823873b 100644 (file)
@@ -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
index 81367cbb93b8e5501263718de70872e999d392f9..35be3a1158b03e98ea93363fd8f32dd26d41ce5a 100644 (file)
--- 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'
 )