Release 0.1.1
diff --git a/CHANGELOG b/CHANGELOG
index b71f8b7..50c5c8f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -13,6 +13,8 @@
     Xavier Verges Farrero <xavier_verges@es.ibm.com> supplied
     what I needed to make the library work with Python 2.3.
 
+    I added distutils based setup.py.
+
 0.1 Rev 86 
     
     Initial Release
diff --git a/dist/httplib2-0.1.0.tar.gz b/dist/httplib2-0.1.0.tar.gz
new file mode 100644
index 0000000..9d81272
--- /dev/null
+++ b/dist/httplib2-0.1.0.tar.gz
Binary files differ
diff --git a/dist/httplib2-0.1.0.zip b/dist/httplib2-0.1.0.zip
new file mode 100644
index 0000000..2725ce0
--- /dev/null
+++ b/dist/httplib2-0.1.0.zip
Binary files differ
diff --git a/dist/httplib2-0.1.1.tar.gz b/dist/httplib2-0.1.1.tar.gz
new file mode 100644
index 0000000..6889387
--- /dev/null
+++ b/dist/httplib2-0.1.1.tar.gz
Binary files differ
diff --git a/dist/httplib2-0.1.1.zip b/dist/httplib2-0.1.1.zip
new file mode 100644
index 0000000..23f7885
--- /dev/null
+++ b/dist/httplib2-0.1.1.zip
Binary files differ
diff --git a/index.html b/index.html
index 011efb9..7b1c0fd 100644
--- a/index.html
+++ b/index.html
@@ -109,15 +109,27 @@
 
 <h2>Requirements</h2>
 
-<p>Requires Python 2.4 or later. Does not require
+<p>Requires Python 2.3 or later. Does not require
 any libraries beyond what is found in the core library.</p>
 
+<h2>Download/Installation</h2>
+
+<p>The httplib2 module is shipped as a distutils package.  To install
+the library, first unpack the distribution archive, and issue the following
+command:</p>
+
+<pre><code>$ python setup.py install</code></pre>
+
+<p><a href="dist">Download the distribution archives from here</a>. </p>
+
+<p> <a href="test">The resources used in the unit test cases</a>
+  are available also. More documentation on them will be forthcoming.</p>
+
 <h2>To Do</h2>
 
 <p>This module is not perfect and needs the following:</p>
 <ul>
     <li>Support for Proxies</li>
-    <li>A setup.py script</li>
     <li>A pluggable store for the cache. Right now the store is just flat files in a directory. 
       I would like to have plugins that allow keeping the cache in Berkeley DB, Squid, MySQL, etc.</li>
     <li>More unit tests</li>
@@ -142,25 +154,7 @@
     </dl>
 </p>
     
-<h2>Download</h2>
-
-<p><a href="httplib2.py.txt">httplib2.py</a> - The uncompressed source code of the single file
-that constitutes this module.
-</p>
-
-<p> <a href="httplib2test.py.txt">httplibi2test.py</a> - The uncompressed source code of the single file
-that constitutes this modules unit test suite.
-</p>
-
-<p> <a href="test">test</a> - The resources used in the unit test cases. </p>
-
-<h2>Revision History</h2>
-   <dl>
-       <dt>0.1</dt>
-	   <dd>Initial Release.</dd>
-   </dl>
- 
-<p>This page last updated on: $LastChangedDate$.</p>
+  <p style="font-size: small">This page last updated on: $LastChangedDate$.</p>
 
             </div>
         </div>