From 88e1a4990e3ed3184ff18e614e12b42c82ca27d1 Mon Sep 17 00:00:00 2001 From: Corey Oordt Date: Tue, 7 Feb 2012 13:07:23 -0500 Subject: [PATCH] Also fixes #30 by including the editor's media --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 19725fd..65a5ba8 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,7 +6,7 @@ include LICENSE.txt recursive-include categories *.html *.txt *.json *.html recursive-include categories/static *.html *.gif *.png *.css *.txt *.js -recursive-include editor *.html *.gif *.png *.css *.js +recursive-include categories/editor *.html *.gif *.png *.css *.js recursive-include doc_src *.rst *.txt *.png *.css *.html *.js include doc_src/Makefile