<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>MANIFEST.in</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
-version = '1.0.0'
+version = '1.0.2'
 
 LONG_DESCRIPTION = &quot;&quot;&quot;
 Using django-avatar
@@ -157,9 +157,14 @@ setup(
     keywords='avatar,django',
     author='Eric Florenzano',
     author_email='floguy@gmail.com',
-    url='http://django-avatar.googlecode.com/',
+    url='http://github.com/ericflo/django-avatar/',
     license='BSD',
     packages=find_packages(),
+    package_data = {
+        'avatar': [
+            'templates/avatar/*.html'
+        ],
+    },
     include_package_data=True,
     zip_safe=False,
     install_requires=['setuptools'],</diff>
      <filename>setup.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>737bf1d82123ed6d18855051394505cdcd43d8a0</id>
    </parent>
  </parents>
  <author>
    <name>Jannis Leidel</name>
    <email>jannis@leidel.info</email>
  </author>
  <url>http://github.com/ericflo/django-avatar/commit/bf25a07009b0d7a1eba51dbe71dc0bc4bbf2c11c</url>
  <id>bf25a07009b0d7a1eba51dbe71dc0bc4bbf2c11c</id>
  <committed-date>2009-04-23T12:02:11-07:00</committed-date>
  <authored-date>2009-04-23T11:57:15-07:00</authored-date>
  <message>Added manifest template, package_data and bumped to 1.0.2

Signed-off-by: Brian Rosner &lt;brosner@gmail.com&gt;</message>
  <tree>b40b3bcff83aae6075d6bda4251df3aaab2b48de</tree>
  <committer>
    <name>Brian Rosner</name>
    <email>brosner@gmail.com</email>
  </committer>
</commit>
