Mercurial > hg
annotate MANIFEST.in @ 728:f6588fd14272
Fix typo.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Tue, 19 Jul 2005 07:51:34 -0800 |
parents | 8e518e11f6cf |
children | e5b39ce2c3c9 d2422f10c136 |
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 |
457 | 9 include doc/README doc/*.txt |
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 |