comparison MANIFEST.in @ 589:4be4d4580467

[PATCH] bring MANIFEST.in up to date -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [PATCH] bring MANIFEST.in up to date From: Andrew Thompson <andrewkt@aktzero.com> Some files were not coming over when I did python setup.py sdist I included MANIFEST.in for completeness, but I'm not sure if it should be in there. manifest hash: 9e055bea2829035685f8a4a9aaf07ee3f9785e1d -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCx2I7ywK+sNU5EO8RAl0EAJ9hwuKskuBwcSM46hqZY30JkMq8swCgnQVI 9FeppaKIUC3z2YMzhFHxRUQ= =3xJV -----END PGP SIGNATURE-----
author mpm@selenic.com
date Sat, 02 Jul 2005 19:57:47 -0800
parents 12e0fdbc57a0
children 8e518e11f6cf
comparison
equal deleted inserted replaced
588:0c3bae18403b 589:4be4d4580467
1 include hg 1 include hg
2 recursive-include mercurial *.py 2 recursive-include mercurial *.py
3 include tkmerge
4 include hgweb.cgi 3 include hgweb.cgi
5 include hgeditor rewrite-log convert-repo 4 include hgeditor rewrite-log
6 include tests/README tests/run-tests tests/test-*[a-z] tests/*.out 5 include tests/README tests/run-tests tests/test-*[a-z] tests/*.out
7 include *.txt 6 include *.txt
8 include templates/map templates/map-*[a-z] 7 include templates/map templates/map-*[a-z]
9 include templates/*.tmpl 8 include templates/*.tmpl
10 include doc/README doc/*.txt 9 include doc/README doc/*.txt
11 include contrib/* contrib/git-vis/* 10 include contrib/*
12 include README 11 include README
12 include CONTRIBUTORS
13 include COPYING
14 include TODO
15 include MANIFEST.in