<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>MANIFEST</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,4 @@
 *.swp
 *.pyc
 build/
+dist/</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -55,11 +55,20 @@ except:
     print '** If you\'re not going to use the debugger, ignore this message.'
     print ''
 
-setup(name         = 'juno',
+setup(name         = 'Juno',
       description  = 'A lightweight Python web framework',
       author       = 'Brian Reily',
       author_email = 'brian@brianreily.com',
       url          = 'http://brianreily.com/project/juno/',
       version      = '0.1',
       py_modules   = ['juno'],
+      classifiers  = [
+        'Development Status :: 4 - Beta',
+        'Intended Audience :: Developers',
+        'License :: OSI Approved :: MIT License',
+        'Programming Language :: Python',
+        'Topic :: Internet :: WWW/HTTP',
+        'Topic :: Internet :: WWW/HTTP :: WSGI',
+        'Topic :: Software Development :: Libraries :: Application Frameworks',
+      ],
      )</diff>
      <filename>setup.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e84d20c293675152558d2380711571690c25ad97</id>
    </parent>
  </parents>
  <author>
    <name>Brian Reily</name>
    <email>brian@brianreily.com</email>
  </author>
  <url>http://github.com/breily/juno/commit/12f46c0f05cb2e8124b12cb7927993e66b69c772</url>
  <id>12f46c0f05cb2e8124b12cb7927993e66b69c772</id>
  <committed-date>2009-03-14T03:55:46-07:00</committed-date>
  <authored-date>2009-03-14T03:55:46-07:00</authored-date>
  <message>* Put Juno onto Pypi
* Added MANIFEST file
* Added dist/ to .gitignore
* Updated setup.py with classifiers</message>
  <tree>6740c8166b50423eae6643e88f3321977b06d7cb</tree>
  <committer>
    <name>Brian Reily</name>
    <email>brian@brianreily.com</email>
  </committer>
</commit>
