Mercurial > hg-stable
diff MANIFEST.in @ 2669:b013c9daae69
Include all tests/*.py files in the MANIFEST so tests won't fail on tarballs.
This fixes failing test-http-proxy and test-webraw.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Tue, 25 Jul 2006 17:54:58 +0200 |
parents | 2efcd2b4c9fe |
children | e9ecc45795e8 |
line wrap: on
line diff
--- a/MANIFEST.in Sat Jul 22 23:35:16 2006 +0900 +++ b/MANIFEST.in Tue Jul 25 17:54:58 2006 +0200 @@ -2,7 +2,7 @@ recursive-include mercurial *.py include hgweb.cgi hgwebdir.cgi include hgeditor rewrite-log -include tests/README tests/coverage.py tests/run-tests.py tests/md5sum.py tests/test-*[a-z0-9] tests/*.out +include tests/README tests/*.py tests/test-*[a-z0-9] tests/*.out prune tests/*.err include *.txt include templates/map templates/map-*[a-z0-9]