comparison 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
comparison
equal deleted inserted replaced
2668:7a32b7e6c563 2669:b013c9daae69
1 include hg 1 include hg
2 recursive-include mercurial *.py 2 recursive-include mercurial *.py
3 include hgweb.cgi hgwebdir.cgi 3 include hgweb.cgi hgwebdir.cgi
4 include hgeditor rewrite-log 4 include hgeditor rewrite-log
5 include tests/README tests/coverage.py tests/run-tests.py tests/md5sum.py tests/test-*[a-z0-9] tests/*.out 5 include tests/README tests/*.py tests/test-*[a-z0-9] tests/*.out
6 prune tests/*.err 6 prune tests/*.err
7 include *.txt 7 include *.txt
8 include templates/map templates/map-*[a-z0-9] 8 include templates/map templates/map-*[a-z0-9]
9 include templates/*.tmpl 9 include templates/*.tmpl
10 include templates/static/* 10 include templates/static/*