<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>ez_setup.py</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,11 +1,13 @@
-from distutils.core import setup
+from ez_setup import use_setuptools
+use_setuptools()
+from setuptools import setup, find_packages
 import django_oopviews
 
 setup(
         name=&quot;django-oopviews&quot;,
         author=&quot;Horst Gutmann&quot;,
         author_email=&quot;zerok@zerokspot.com&quot;,
-        packages=['django_oopviews'],
+        packages=find_packages(),
         url=&quot;http://github.com/zerok/django-oopviews/&quot;,
         version=django_oopviews.get_version(),
         description=&quot;django-oopviews provides a simple way to write Django-views in an object-oriented manner.&quot;,</diff>
      <filename>setup.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>60ecccc4b7043d06c01b8fb87cc57a6622627dfe</id>
    </parent>
  </parents>
  <author>
    <name>Horst Gutmann</name>
    <email>zerok@zerokspot.com</email>
  </author>
  <url>http://github.com/zerok/django-oopviews/commit/f7dde62936843049605c490c26614290e27c8109</url>
  <id>f7dde62936843049605c490c26614290e27c8109</id>
  <committed-date>2008-10-01T10:41:07-07:00</committed-date>
  <authored-date>2008-10-01T10:41:07-07:00</authored-date>
  <message>s/distutils/setuptools/g</message>
  <tree>4257e52d1db3c547d28512c11c8f48dd59b44ca7</tree>
  <committer>
    <name>Horst Gutmann</name>
    <email>zerok@zerokspot.com</email>
  </committer>
</commit>
