# HG changeset patch # User mpm@selenic.com # Date 1120363067 28800 # Node ID 4be4d458046741c8767368b441485faeb7519d6a # Parent 0c3bae18403bb8cefc098557d99a6e326cfcdacc [PATCH] bring MANIFEST.in up to date -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [PATCH] bring MANIFEST.in up to date From: Andrew Thompson 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----- diff -r 0c3bae18403b -r 4be4d4580467 MANIFEST.in --- 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