Mercurial > hg-stable
changeset 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 | 0c3bae18403b |
children | 38d106db75bc |
files | MANIFEST.in |
diffstat | 1 files changed, 6 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/MANIFEST.in Sat Jul 02 19:49:46 2005 -0800 +++ b/MANIFEST.in Sat Jul 02 19:57:47 2005 -0800 @@ -1,12 +1,15 @@ include hg recursive-include mercurial *.py -include tkmerge include hgweb.cgi -include hgeditor rewrite-log convert-repo +include hgeditor rewrite-log include tests/README tests/run-tests tests/test-*[a-z] tests/*.out include *.txt include templates/map templates/map-*[a-z] include templates/*.tmpl include doc/README doc/*.txt -include contrib/* contrib/git-vis/* +include contrib/* include README +include CONTRIBUTORS +include COPYING +include TODO +include MANIFEST.in