-
Notifications
You must be signed in to change notification settings - Fork 435
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Small changes on the docs and changed description and long_descriptio…
…n for pypi. git-svn-id: http://django-notification.googlecode.com/svn/trunk@157 590c3fc9-4838-0410-bb95-17a0c9b37ca9
- Loading branch information
Showing
3 changed files
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
|
||
=================== | ||
django-notification | ||
=================== | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
|
||
===== | ||
Usage | ||
===== | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/', | ||
|