diff options
| author | Jannis Leidel | 2012-07-12 16:39:26 +0300 | 
|---|---|---|
| committer | Jannis Leidel | 2012-07-12 16:39:26 +0300 | 
| commit | 119874f649e67e04ded3847fc166b9798af26a78 (patch) | |
| tree | 1c349a02f6f10c8468d03f35a3a4ac73b02be7e8 | |
| parent | a882d683abd2d9d43e10db3ebf8eacaea2910b4e (diff) | |
| download | django-debug-toolbar-119874f649e67e04ded3847fc166b9798af26a78.tar.bz2 | |
Removed faulty pruning of example dir from manifest template. Fixes #301.
| -rw-r--r-- | MANIFEST.in | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/MANIFEST.in b/MANIFEST.in index 487183f..562b443 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,4 +3,3 @@ include LICENSE  include README.rst  recursive-include debug_toolbar/media *  recursive-include debug_toolbar/templates * -prune example
\ No newline at end of file | 
