From: Bradley Ayers Date: Fri, 25 Mar 2011 02:59:32 +0000 (+1000) Subject: fixed missing include in MANIFEST.in X-Git-Tag: v0.4.0.alpha4^2~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c3a0de3791f178e6a653167eea315e467955f23d;p=django-tables2.git fixed missing include in MANIFEST.in --- diff --git a/MANIFEST.in b/MANIFEST.in index de73873..de0c1f4 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,3 @@ include README.rst recursive-include django_tables/templates * +recursive-include django_tables/static *