summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2011-08-10 16:29:27 +0200
committerJannis Leidel <jannis@leidel.info>2011-08-10 17:38:20 +0200
commit66cced5d5b3c574c6f6c9e8f97bb09a1d1b3d867 (patch)
treebc31c0e2898a25cf7c17b7cdfbd4663af61fab82 /MANIFEST.in
parentfdc05a64def09d6f6c7c3c1ca5c1bd81fb545615 (diff)
downloaddjango-compressor-66cced5d5b3c574c6f6c9e8f97bb09a1d1b3d867.tar.gz
Moved tests out of the app to stay sane and changed a few things. E.g. the inclusion of JavaScript files now happens without charset (as they are deprecated in HTML5).
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 403d1c6..6603e89 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -2,4 +2,4 @@ include AUTHORS
include README.rst
include LICENSE
recursive-include compressor/templates/compressor *.html
-recursive-include compressor/tests/media *.js *.css *.png
+recursive-include tests *.js *.css *.png *.py