<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,11 @@
 Changelog
 =========
 
+0.1.1
+-----
+
+* Corrected setup.cfg release tagging
+
 0.1
 ---
 </diff>
      <filename>docs/HISTORY.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,25 +1,78 @@
 Metadata-Version: 1.0
 Name: fez.djangoskel
-Version: 0.1dev
+Version: 0.1
 Summary: Paster templates for creating Django applications as eggs
 Home-page: http://www.fezconsulting.com
 Author: Dan Fairs
 Author-email: dan@fezconsulting.com
-License: MIT
+License: BSD
 Description: Introduction
         ============
         
+        fez.djangoskel provides paster templates for creating Django
+        projects and applications as eggs. Two templates are currently
+        provided.
+        
+        
+        Usage
+        =====
+        
+        Install fez.djangoskel using easy_install. This should also install
+        paster as a dependency. You should then be able to see two new
+        templates available:
+        
+        $ paster create --list-templates
+        Available templates:
+        basic_package:   A basic setuptools-enabled package
+        django_app:      Template for a basic Django reusable application
+        django_project:  Template for a Django project
+        paste_deploy:    A web application deployed through paste.deploy
+        
+        Create a Django project using the django_project template:
+        
+        paster create -t django_project
+        
+        Answer the questions that paster asks, and it will create a full
+        Django project with a template settings file and urls.py.
+        
+        Applications are created in a similar way:
+        
+        paster create -t django_app
+        
+        
+        Difference from Django's own templates
+        ======================================
+        
+        Django provides its own 'template' app and project generation.
+        Why use these templates?
+        
+        - The primary motivation is that the projects and apps generated
+        by these templates are eggs. This means that they can be uploaded
+        to PyPI, and other developers will be able to easy_install them.
+        
+        - These templates all provide skeleton documentation in the form
+        of HISTORY.txt and README.txt files.
+        
+        - The application template also provides a lot more plumbing to get
+        you started writing tests: a tests module, test settings (which can
+        be invoked using python manage.py test --settings=project.settings)
+        and test URLConfs and settings that the test client can use.
         
         
         Changelog
         =========
         
-        0.1 - Unreleased
-        ----------------
+        0.1
+        ---
         
-        * Initial release
+        * Initial work on django_app and django_project templates
         
         
 Platform: UNKNOWN
 Classifier: Programming Language :: Python
 Classifier: Topic :: Software Development :: Libraries :: Python Modules
+Classifier: Development Status :: 4 - Beta
+Classifier: Environment :: Plugins
+Classifier: Framework :: Paste
+Classifier: Intended Audience :: Developers
+Classifier: License :: OSI Approved :: BSD License</diff>
      <filename>fez.djangoskel.egg-info/PKG-INFO</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,2 @@
 [egg_info]
-tag_build = dev
-tag_svn_revision = true
+tag_svn_revision = false</diff>
      <filename>setup.cfg</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import os
 
-version = '0.1'
+version = '0.1.1'
 
 setup(name='fez.djangoskel',
       version=version,</diff>
      <filename>setup.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>861d82f46b2a51305d59d6aaad0b7f4c72f8f554</id>
    </parent>
  </parents>
  <author>
    <name>Dan Fairs</name>
    <email>dan@fezconsulting.com</email>
  </author>
  <url>http://github.com/danfairs/fez.djangoskel/commit/0d47b13b99d2d16511a0fe287144ec5d748c4385</url>
  <id>0d47b13b99d2d16511a0fe287144ec5d748c4385</id>
  <committed-date>2008-12-02T12:18:17-08:00</committed-date>
  <authored-date>2008-12-02T12:18:17-08:00</authored-date>
  <message>Correct release taggin</message>
  <tree>8b03e65e4f7604720c4f82232c0c2b019b81b6c9</tree>
  <committer>
    <name>Dan Fairs</name>
    <email>dan@fezconsulting.com</email>
  </committer>
</commit>
