MANIFEST.in
author mpm@selenic.com
Wed, 25 May 2005 16:21:06 -0800
changeset 157 2653740d8118
parent 7 510265b68bbf
child 188 f40273b0ad7b
permissions -rw-r--r--
Install the templates where they can be found by hgweb.py This ought to use package_data but that doesn't exist in Python 2.3. So we do a hack of install_data and use glob. This also adds templatepath() to hgweb.py which finds the templates relative to hgweb.py's location.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7
510265b68bbf Add MANIFEST.in to repo
mpm@selenic.com
parents:
diff changeset
     1
include hg
510265b68bbf Add MANIFEST.in to repo
mpm@selenic.com
parents:
diff changeset
     2
recursive-include mercurial *.py
510265b68bbf Add MANIFEST.in to repo
mpm@selenic.com
parents:
diff changeset
     3
include tkmerge
510265b68bbf Add MANIFEST.in to repo
mpm@selenic.com
parents:
diff changeset
     4
include *.txt
510265b68bbf Add MANIFEST.in to repo
mpm@selenic.com
parents:
diff changeset
     5
include README