From 644b42964cb59dc6521315fce5ba76f51283755c Mon Sep 17 00:00:00 2001 From: Richard Mansfield Date: Thu, 7 Aug 2014 11:28:23 +1200 Subject: [PATCH] Install templatetags --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c98c11d..81367cb 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ readme = open('README.rst').read() setup( name='django-quiz-app', version='0.5.0', - packages=['quiz', 'multichoice', 'true_false', 'essay'], + packages=['quiz', 'multichoice', 'true_false', 'essay', 'quiz.templatetags'], include_package_data=True, license='MIT License', description='A configurable quiz app for Django.', -- 2.39.5