changeset 32:00ca88ef1c33

more documentation
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 11 Jul 2011 12:59:49 -0700
parents 8fef97a25925
children 6d8d30e561b2
files README.txt setup.py
diffstat 2 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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?
 -----------------------------
--- 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=[],