# HG changeset patch # User Thomas Arendsen Hein # Date 1122672705 -3600 # Node ID 5e779f96edb0f3e3f84f641484347f1f9de0e3b5 # Parent f4d5f6b97f7740ca49c15b013ef5ebedaf398401 Include tests (or possibly maps) ending in numbers in MANIFEST, too. diff -r f4d5f6b97f77 -r 5e779f96edb0 MANIFEST.in --- a/MANIFEST.in Fri Jul 29 22:10:36 2005 +0100 +++ b/MANIFEST.in Fri Jul 29 22:31:45 2005 +0100 @@ -2,10 +2,10 @@ recursive-include mercurial *.py include hgweb.cgi include hgeditor rewrite-log -include tests/README tests/run-tests tests/test-*[a-z] tests/*.out +include tests/README tests/run-tests tests/test-*[a-z0-9] tests/*.out prune tests/*.err include *.txt -include templates/map templates/map-*[a-z] +include templates/map templates/map-*[a-z0-9] include templates/*.tmpl include doc/README doc/*.txt doc/Makefile recursive-include contrib *