# HG changeset patch # User Jeff Hammel # Date 1310414389 25200 # Node ID 00ca88ef1c33a9ed9c9f51cae0684e78795e2083 # Parent 8fef97a25925be59f226fbb4e722d7df5da6bb33 more documentation diff -r 8fef97a25925 -r 00ca88ef1c33 README.txt --- a/README.txt Mon Jul 11 12:56:46 2011 -0700 +++ b/README.txt Mon Jul 11 12:59:49 2011 -0700 @@ -8,6 +8,14 @@ Carton provides a one-file portable package of a virtualenv and all of its software. +Carton lives at http://k0s.org/mozilla/hg/carton + +Tests illustrating carton's use are at +http://k0s.org/mozilla/hg/carton/file/tip/tests/doctest.txt + +A self-extracting carton of, um, carton is at +http://k0s.org/mozilla/hg/carton/file/tip/carton-env.py + Why did you write this thing? ----------------------------- diff -r 8fef97a25925 -r 00ca88ef1c33 setup.py --- a/setup.py Mon Jul 11 12:56:46 2011 -0700 +++ b/setup.py Mon Jul 11 12:59:49 2011 -0700 @@ -16,7 +16,7 @@ keywords='mozilla', author='Jeff Hammel', author_email='jhammel@mozilla.com', - url='https://wiki.mozilla.org/Auto-tools', + url='http://k0s.org/mozilla/hg/carton', license='MPL', py_modules=['carton'], packages=[],