aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Grainger2012-08-20 17:48:42 +0200
committerThomas Grainger2012-08-20 17:48:42 +0200
commita4480a2f810fd8a21da1d2e637d4bfcf10357605 (patch)
tree0198cb90ff0088d718b5c3d9e11f1893f37e742f
parent655e1c17f8513d98bbd4052f1d69912f4f7ece91 (diff)
downloaddjango-debug-toolbar-a4480a2f810fd8a21da1d2e637d4bfcf10357605.tar.bz2
Include static in MANIFEST.in
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 562b443..08be1cc 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,5 +1,5 @@
include AUTHORS
include LICENSE
include README.rst
-recursive-include debug_toolbar/media *
+recursive-include debug_toolbar/static *
recursive-include debug_toolbar/templates *