<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>README.rst</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -4,7 +4,7 @@ __credits__ = [u'Atamert \xd6l\xe7gen', 'Daniel Watkins']
 
 
 __license__ = 'BSD'
-__version__ = '1.0'
+__version__ = '1.1'
 __maintainer__ = u'Atamert \xd6l\xe7gen'
 __email__ = 'muhuk@muhuk.com'
 __status__ = 'Production'</diff>
      <filename>formfieldset/__init__.py</filename>
    </modified>
    <modified>
      <diff>@@ -1,19 +1,24 @@
 from distutils.core import setup
+from formfieldset import __version__, __maintainer__, __email__
+
+license_text = open('LICENSE.txt').read()
+long_description = open('README.rst').read()
 
 
 setup(
     name = 'django-formfieldset',
-    version = '1.1',
+    version = __version__,
     url = 'http://github.com/muhuk/django-formfieldset/tree/master',
-    author = u'Atamert \xd6l\xe7gen',
-    author_email = 'muhuk@muhuk.com',
-    license = 'BSD',
+    author = __maintainer__,
+    author_email = __email__,
+    license = license_text,
     packages = ['formfieldset'],
     description = 'Fieldset Rendering For Non-Admin Forms',
+    long_description=long_description,
     classifiers = ['Development Status :: 5 - Production/Stable',
-                    'Environment :: Web Environment',
-                    'Framework :: Django',
-                    'Intended Audience :: Developers',
-                    'License :: OSI Approved :: BSD License',
-                    'Topic :: Internet :: WWW/HTTP :: Dynamic Content']
+                   'Environment :: Web Environment',
+                   'Framework :: Django',
+                   'Intended Audience :: Developers',
+                   'License :: OSI Approved :: BSD License',
+                   'Topic :: Internet :: WWW/HTTP :: Dynamic Content']
 )</diff>
      <filename>setup.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>47fbcbf09f847d6f5835cd59157a57598720186c</id>
    </parent>
  </parents>
  <author>
    <name>Atamert &#214;l&#231;gen</name>
    <email>muhuk@muhuk.com</email>
  </author>
  <url>http://github.com/muhuk/django-formfieldset/commit/b4f91c9113d6aa171876aed5689c071432535b1e</url>
  <id>b4f91c9113d6aa171876aed5689c071432535b1e</id>
  <committed-date>2009-08-06T00:36:40-07:00</committed-date>
  <authored-date>2009-08-06T00:36:40-07:00</authored-date>
  <message>More PYPI compatibility</message>
  <tree>820662701f623247e3241ec217e10c61eda01b44</tree>
  <committer>
    <name>Atamert &#214;l&#231;gen</name>
    <email>muhuk@muhuk.com</email>
  </committer>
</commit>
