From 279b078dca147fa518fc236814d7dab024a812e4 Mon Sep 17 00:00:00 2001 From: Graham Ullrich Date: Tue, 26 Jul 2016 17:27:37 -0600 Subject: [PATCH] Remove templates, require PTB 7.9.0+ --- MANIFEST.in | 2 -- setup.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index c14c782..7c985df 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,3 @@ include AUTHORS include LICENSE include README.rst -recursive-include pinax/messages/static * -recursive-include pinax/messages/templates * diff --git a/setup.py b/setup.py index 5a78bf6..1cc06ce 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def read(*parts): test_suite="runtests.runtests", tests_require=[ "django-test-plus>=1.0.11", - "pinax-theme-bootstrap>=7.4.0", + "pinax-theme-bootstrap>=7.9.0", ], install_requires=[ "django-appconf>=1.0.1",