<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>distribute_setup.py</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -9,12 +9,9 @@
 import os
 import sys
 
-try:
-    from setuptools import setup, find_packages
-except ImportError:
-    import ez_setup
-    ez_setup.use_setuptools()
-    from setuptools import setup, find_packages
+import distribute_setup
+distribute_setup.use_setuptools()
+from setuptools import setup, find_packages
 
 
 data_files = []
@@ -30,7 +27,7 @@ for dir, dirs, files in os.walk('vendor'):
 
 setup(
     name = 'Couchapp',
-    version = '0.4',
+    version = '0.4.1',
     url = 'http://github.com/couchapp/couchapp/tree/master',
     license =  'Apache License 2',
     author = 'Benoit Chesneau',
@@ -53,7 +50,8 @@ setup(
     include_package_data = True,
     
     install_requires = [
-        'couchdbkit',
+        'distribute',
+        'couchdbkit&gt;=0.2.2',
         'simplejson'
     ],
     entry_points = {</diff>
      <filename>setup.py</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>ez_setup.py</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>7fab6b58b68cad34c71ecf502d700a5452daaf50</id>
    </parent>
  </parents>
  <author>
    <name>Benoit Chesneau</name>
    <email>bchesneau@gmail.com</email>
  </author>
  <url>http://github.com/couchapp/couchapp/commit/f1cfad97bdb3114f46012a68f274b4fc6c5de89e</url>
  <id>f1cfad97bdb3114f46012a68f274b4fc6c5de89e</id>
  <committed-date>2009-11-07T06:47:47-08:00</committed-date>
  <authored-date>2009-11-07T06:47:47-08:00</authored-date>
  <message>use distribute instead of setuptools</message>
  <tree>40645268be3c1f56c4f3bb10ba4d63f62a30d0cc</tree>
  <committer>
    <name>Benoit Chesneau</name>
    <email>bchesneau@gmail.com</email>
  </committer>
</commit>
