From: Zygmunt Krynicki Date: Wed, 22 Jun 2011 17:02:23 +0000 (+0200) Subject: Add templates from the test project to MANIFEST.in X-Git-Tag: release-2.0.1~7 X-Git-Url: https://git.mdrn.pl/django-pagination.git/commitdiff_plain/493666dcd663938ced3e8a1f31b2a0c5d7a88f22 Add templates from the test project to MANIFEST.in --- diff --git a/MANIFEST.in b/MANIFEST.in index 4781fc7..50282fe 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,3 +4,4 @@ include doc/conf.py recursive-include doc *.rst recursive-include linaro_django_pagination/locale *.po recursive-include linaro_django_pagination/templates/pagination *.html +recursive-include linaro_django_pagination/test_project/example/templates *.html