mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-03-16 21:30:24 +00:00
Update setup.py
This commit is contained in:
parent
cc04ef119f
commit
3e6e2310f0
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -21,7 +21,7 @@ setup(
|
|||
name='django-notifications-hq',
|
||||
version=version,
|
||||
description='GitHub notifications alike app for Django.',
|
||||
long_description=open('README.rst').read(),
|
||||
long_description=open('README.md').read(),
|
||||
author='django-notifications team',
|
||||
author_email='yang@yangyubo.com',
|
||||
url='http://github.com/django-notifications/django-notifications',
|
||||
|
|
|
|||
Loading…
Reference in a new issue