<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,4 +2,7 @@ include AUTHORS
 include README.rst
 include CHANGES.rst
 include LICENSE
-recursive-include django_inlines/templates/inlines *.html
\ No newline at end of file
+recursive-include django_inlines/templates *.html
+recursive-include django_inlines/templates *.js
+recursive-include django_inlines/media *.js
+recursive-include django_inlines/media *.css
\ No newline at end of file</diff>
      <filename>MANIFEST.in</filename>
    </modified>
    <modified>
      <diff>@@ -9,19 +9,19 @@ CHANGES = read('CHANGES.rst')
 
 setup(
     name = &quot;django_inlines&quot;,
-    version = &quot;0.7.3&quot;,
+    version = &quot;0.7.4&quot;,
     url = 'http://github.com/mintchaos/django_inlines',
     license = 'BSD',
     description = &quot;For embedding anything you'd like into text in your django apps.&quot;,
     long_description='\n\n\n'.join([README, CHANGES]),
-    
+
     author = 'Christian Metts',
     author_email = 'xian@mintchaos.com',
     packages = [
         'django_inlines',
         'django_inlines.templatetags',
     ],
-    package_data={'django_inlines': ['templates/inlines/*.html']},
+    package_data={'django_inlines': ['templates/inlines/*.html', 'templates/admin/django_inlines/*.html', 'templates/admin/django_inlines/*.js', 'media/django_inlines/*.css', 'media/django_inlines/*.js']},
     classifiers = [
         'Development Status :: 4 - Beta',
         'Framework :: Django',</diff>
      <filename>setup.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>622f92fdfe52611edfdbfd6f790ae94d1ee40d78</id>
    </parent>
  </parents>
  <author>
    <name>xian</name>
    <email>xian@mintchaos.com</email>
  </author>
  <url>http://github.com/mintchaos/django_inlines/commit/01ce2c2ce177101d51cf1c979b5078dd73306edd</url>
  <id>01ce2c2ce177101d51cf1c979b5078dd73306edd</id>
  <committed-date>2009-05-12T23:54:39-07:00</committed-date>
  <authored-date>2009-05-12T23:54:39-07:00</authored-date>
  <message>Bumping the version number and changes to the setup.py</message>
  <tree>e9b3b719639d8d925fb28fea62234ff84aa4093e</tree>
  <committer>
    <name>xian</name>
    <email>xian@mintchaos.com</email>
  </committer>
</commit>
