mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-03-16 21:30:24 +00:00
Adds long description content type to setup.py
This commit is contained in:
parent
870b20f1a3
commit
a1cdb890a3
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -22,6 +22,7 @@ setup(
|
|||
version=version,
|
||||
description='GitHub notifications alike app for Django.',
|
||||
long_description=open('README.md').read(),
|
||||
long_description_content_type="text/markdown",
|
||||
author='django-notifications team',
|
||||
author_email='yang@yangyubo.com',
|
||||
url='http://github.com/django-notifications/django-notifications',
|
||||
|
|
|
|||
Loading…
Reference in a new issue