comparison MANIFEST.in @ 2210:1ec3bd7efcfe

add tests/coverage.py to MANIFEST.in.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Thu, 04 May 2006 22:23:18 -0700
parents 8a2a7f7d9df6
children 2efcd2b4c9fe 489c3bacce96
comparison
equal deleted inserted replaced
2209:956e329f9e13 2210:1ec3bd7efcfe
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/run-tests.py tests/md5sum.py tests/test-*[a-z0-9] tests/*.out 5 include tests/README tests/coverage.py tests/run-tests.py tests/md5sum.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/*