Skip to content

Commit

Permalink
Small changes on the docs and changed description and long_descriptio…
Browse files Browse the repository at this point in the history
…n for pypi.

git-svn-id: http://django-notification.googlecode.com/svn/trunk@157 590c3fc9-4838-0410-bb95-17a0c9b37ca9
  • Loading branch information
jezdez committed Feb 1, 2009
1 parent 500ab4b commit 4236144
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion docs/index.txt
@@ -1,4 +1,3 @@

===================
django-notification
===================
Expand Down
1 change: 0 additions & 1 deletion docs/usage.txt
@@ -1,4 +1,3 @@

=====
Usage
=====
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -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='jtauber@jtauber.com',
url='http://code.google.com/p/django-notification/',
Expand Down

0 comments on commit 4236144

Please sign in to comment.