Update setup.py

This commit is contained in:
Yang.Y 2022-11-17 18:06:24 +08:00 committed by GitHub
parent 5aaf166587
commit 94c942e6e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',