MANIFEST.in
author Thomas Arendsen Hein <thomas@intevation.de>
Fri, 29 Jul 2005 22:31:45 +0100
changeset 807 5e779f96edb0
parent 806 f4d5f6b97f77
child 808 8f5637f0a0c0
permissions -rw-r--r--
Include tests (or possibly maps) ending in numbers in MANIFEST, too.

include hg
recursive-include mercurial *.py
include hgweb.cgi
include hgeditor rewrite-log
include tests/README tests/run-tests tests/test-*[a-z0-9] tests/*.out
prune tests/*.err
include *.txt
include templates/map templates/map-*[a-z0-9]
include templates/*.tmpl
include doc/README doc/*.txt doc/Makefile
recursive-include contrib *
include README
include CONTRIBUTORS
include COPYING
include TODO
include MANIFEST.in