Author: leidel
Date: Sun Feb  1 07:15:54 2009
New Revision: 157

Modified:
    trunk/docs/index.txt
    trunk/docs/usage.txt
    trunk/setup.py

Log:
Small changes on the docs and changed description and long_description for  
pypi.

Modified: trunk/docs/index.txt
==============================================================================
--- trunk/docs/index.txt        (original)
+++ trunk/docs/index.txt        Sun Feb  1 07:15:54 2009
@@ -1,4 +1,3 @@
-
  ===================
  django-notification
  ===================

Modified: trunk/docs/usage.txt
==============================================================================
--- trunk/docs/usage.txt        (original)
+++ trunk/docs/usage.txt        Sun Feb  1 07:15:54 2009
@@ -1,4 +1,3 @@
-
  =====
  Usage
  =====

Modified: trunk/setup.py
==============================================================================
--- trunk/setup.py      (original)
+++ trunk/setup.py      Sun Feb  1 07:15:54 2009
@@ -3,8 +3,8 @@
  setup(
      name='django-notification',
      version=__import__('notification').__version__,
-    description='Many sites need to notify users when certain events have  
occurred and to allow configurable options as to how those notifications  
are to be received. The project aims to provide a Django app for this sort  
of functionality.',
-    long_description=open('docs/index.txt').read(),
+    description='User notification management for the Django web  
framework',
+    long_description=open('docs/usage.txt').read(),
      author='James Tauber',
      author_email='[email protected]',
      url='http://code.google.com/p/django-notification/',

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to