Avoid overriding the mutable self.kwargs for LinkColumn Accessors.
[django-tables2.git] / MANIFEST.in
index 785affa4132cbcdf841cd59e44904ae792116a55..14296107253f30651868960ffdb0512d14bef92d 100644 (file)
@@ -1,3 +1,5 @@
-include README\r
-include LICENSE\r
-include MANIFEST.in
\ No newline at end of file
+include README.rst
+recursive-include django_tables2/templates *
+recursive-include django_tables2/static *
+recursive-include example/app/fixtures *
+recursive-include example/app/templates *