From 6fbcfe7a4df62f0b217539b9c931d1068e947b70 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 31 May 2010 16:20:44 -0400 Subject: [PATCH] add html files to test suite --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index e33776a..576194b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,7 +3,7 @@ recursive-include doc *.html *.css *.txt *.js *.jpg *.png *.py Makefile *.rst *.mako *.sty autohandler recursive-include examples *.py *.xml *.mako *.myt *.kid *.tmpl -recursive-include test *.py *.dat +recursive-include test *.py *.dat *.html include README* LICENSE distribute_setup.py ez_setup.py CHANGES*