# HG changeset patch # User Thomas Arendsen Hein # Date 2006-04-08 08:14:04 # Node ID 0f17f54333b84084a59de4330412a6f536e902f5 # Parent c0b945c5df0872bc07a33f2acf0b001a03bc58f9 Include tests/md5sum.py in manifest. diff --git a/MANIFEST.in b/MANIFEST.in --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,7 +2,7 @@ include hg recursive-include mercurial *.py include hgweb.cgi hgwebdir.cgi include hgeditor rewrite-log -include tests/README tests/run-tests tests/test-*[a-z0-9] tests/*.out +include tests/README tests/run-tests tests/md5sum.py tests/test-*[a-z0-9] tests/*.out prune tests/*.err include *.txt include templates/map templates/map-*[a-z0-9]