# 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 --git a/MANIFEST.in b/MANIFEST.in --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,10 +2,10 @@ include hg 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 *