author | Thomas Arendsen Hein <thomas@intevation.de> |
Fri, 22 Jul 2005 08:11:49 +0100 | |
changeset 756 | 5d79dfa5e98f |
parent 740 | d2422f10c136 |
child 805 | ec7107c5d8ad |
child 808 | 8f5637f0a0c0 |
child 814 | 0902ffece4b4 |
permissions | -rw-r--r-- |
7 | 1 |
include hg |
2 |
recursive-include mercurial *.py |
|
188 | 3 |
include hgweb.cgi |
589 | 4 |
include hgeditor rewrite-log |
457 | 5 |
include tests/README tests/run-tests tests/test-*[a-z] tests/*.out |
7 | 6 |
include *.txt |
218
06bc1ef248a6
hgweb: put map-raw in setup.py and MANIFEST.in
mpm@selenic.com
parents:
188
diff
changeset
|
7 |
include templates/map templates/map-*[a-z] |
188 | 8 |
include templates/*.tmpl |
722 | 9 |
include doc/README doc/*.txt Makefile |
673
8e518e11f6cf
Change MANIFEST.in to recursive-include the contrib/ folder.
Andrew Thompson <andrewkt@aktzero.com>
parents:
589
diff
changeset
|
10 |
recursive-include contrib * |
7 | 11 |
include README |
589 | 12 |
include CONTRIBUTORS |
13 |
include COPYING |
|
14 |
include TODO |
|
15 |
include MANIFEST.in |