<?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 capitolwords import __version__,__license__,__doc__
 
+license_text = open('LICENSE').read()
+long_description = open('README.rst').read()
+
 setup(name=&quot;python-capitolwords&quot;,
       version=__version__,
       py_modules=[&quot;capitolwords&quot;],
       description=&quot;Libraries for interacting with the Capitol Words 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-capitolwords/&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,2 +1,2 @@
 import doctest
-doctest.testfile('capitolwords.rst', verbose=True)
+doctest.testfile('README.rst')</diff>
      <filename>test_capitolwords.py</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>capitolwords.rst</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>669f27abcdf52b43acdde3d62ab41e7129a83a29</id>
    </parent>
  </parents>
  <author>
    <name>James Turk</name>
    <email>james.p.turk@gmail.com</email>
  </author>
  <url>http://github.com/sunlightlabs/python-capitolwords/commit/39ad91a663cfd672ed07393f89858f1719a9efe3</url>
  <id>39ad91a663cfd672ed07393f89858f1719a9efe3</id>
  <committed-date>2008-12-15T14:21:34-08:00</committed-date>
  <authored-date>2008-12-15T14:21:34-08:00</authored-date>
  <message>updated documentation, uploaded to pypi</message>
  <tree>6810d45b6b07e56c05a422a349ffe4ed76164ecb</tree>
  <committer>
    <name>James Turk</name>
    <email>james.p.turk@gmail.com</email>
  </committer>
</commit>
