aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cramer2012-01-12 17:47:24 -0800
committerDavid Cramer2012-01-12 17:47:24 -0800
commit6e12875518dcf8b7ae57bda3ddc2f75522fa11c1 (patch)
tree335b0188d3b1a968c76e1636f9920d985f7fee08
parentd645072f3e06a307d90aab55d6b4b2635dc4dcc9 (diff)
parentaced92c489e52ccd9cc31040d30fb55df71fb837 (diff)
downloaddjango-debug-toolbar-6e12875518dcf8b7ae57bda3ddc2f75522fa11c1.tar.bz2
Merge pull request #239 from tgecho/master
Example project be installed via setup.py?
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 562b443..487183f 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -3,3 +3,4 @@ include LICENSE
include README.rst
recursive-include debug_toolbar/media *
recursive-include debug_toolbar/templates *
+prune example \ No newline at end of file