Mercurial > hg-stable
annotate MANIFEST.in @ 760:73540173e14c
Changed coding hint to BOM
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 22 Jul 2005 09:54:22 +0100 |
parents | d2422f10c136 |
children | ec7107c5d8ad 8f5637f0a0c0 0902ffece4b4 |
rev | line source |
---|---|
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 |