<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>README.rst</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,15 +1,18 @@
 from distutils.core import setup
 from sunlightapi import __version__,__license__,__doc__
 
+license_text = open('LICENSE').read()
+long_description = open('README.rst').read()
+
 setup(name=&quot;python-sunlightapi&quot;,
       version=__version__,
       py_modules=[&quot;sunlightapi&quot;],
       description=&quot;Libraries for interacting with the Sunlight Labs API&quot;,
       author=&quot;James Turk&quot;,
       author_email = &quot;jturk@sunlightfoundation.com&quot;,
-      license=__license__,
+      license=license_text,
       url=&quot;http://github.com/sunlightlabs/python-sunlightapi/&quot;,
-      long_description=__doc__,
+      long_description=long_description,
       platforms=[&quot;any&quot;],
       classifiers=[&quot;Development Status :: 3 - Alpha&quot;,
                    &quot;Intended Audience :: Developers&quot;,</diff>
      <filename>setup.py</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 import doctest
 
-print 'Before testing be sure to set your key in sunlightapi.txt..\n\n'
+print 'Before testing be sure to set your key in README.txt..\n\n'
 
-doctest.testfile('sunlightapi.rst', verbose=True)
+doctest.testfile('README.rst')</diff>
      <filename>test_sunlightapi.py</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>sunlightapi.rst</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>55fc09755246771d0aa28f3c70890c11a604ce2f</id>
    </parent>
  </parents>
  <author>
    <name>James Turk</name>
    <email>james.p.turk@gmail.com</email>
  </author>
  <url>http://github.com/sunlightlabs/python-sunlightapi/commit/3acebfe59fd22ea0cd1268c53683a19999b9f3ba</url>
  <id>3acebfe59fd22ea0cd1268c53683a19999b9f3ba</id>
  <committed-date>2008-12-15T14:48:05-08:00</committed-date>
  <authored-date>2008-12-15T14:48:05-08:00</authored-date>
  <message>updated documentation, uploaded to pypi</message>
  <tree>479bd15b59ffef1257c55c3ef326ca8737e8a69d</tree>
  <committer>
    <name>James Turk</name>
    <email>james.p.turk@gmail.com</email>
  </committer>
</commit>
