Author: leidel
Date: Sun Nov 9 05:56:05 2008
New Revision: 67
Added:
trunk/README
Removed:
trunk/README.rst
Modified:
trunk/MANIFEST.in
trunk/setup.py
Log:
Use docs/overview.txt for PyPI and only have small things in README
Modified: trunk/MANIFEST.in
==============================================================================
--- trunk/MANIFEST.in (original)
+++ trunk/MANIFEST.in Sun Nov 9 05:56:05 2008
@@ -1,5 +1,4 @@
include INSTALL
include LICENSE
include MANIFEST.in
-include README.rst
recursive-include dbtemplates/locale *
Added: trunk/README
==============================================================================
--- (empty file)
+++ trunk/README Sun Nov 9 05:56:05 2008
@@ -0,0 +1,13 @@
+===================================
+Database template loader for Django
+===================================
+
+``dbtemplates`` is a Django app that comes with to parts: It allows you to
+create templates that are saved in your database, and it provides a so
called
+`template loader`_, a function that enables Django to find the templates
you
+created in the database.
+
+It also includes a extensible caching mechanism and supports version
control
+of the templates saved in the database.
+
+Please see ``docs/overview.txt`` for more details.
\ No newline at end of file
Modified: trunk/setup.py
==============================================================================
--- trunk/setup.py (original)
+++ trunk/setup.py Sun Nov 9 05:56:05 2008
@@ -4,7 +4,7 @@
name='django-dbtemplates',
version='0.5.1',
description='Template loader for database stored templates',
- long_description=open('README.rst').read(),
+ long_description=open('docs/overview.txt').read(),
author='Jannis Leidel',
author_email='[EMAIL PROTECTED]',
url='http://www.bitbucket.org/jezdez/django-dbtemplates/wiki/',
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---