From 133a0e3934de5b6973ebc46305160aaadb34e399 Mon Sep 17 00:00:00 2001 From: Raphael Sousa Santos Date: Mon, 24 Oct 2022 15:03:05 +0200 Subject: [PATCH] Add long_description field to setup.py --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 41b4b90..eba5109 100644 --- a/setup.py +++ b/setup.py @@ -15,6 +15,8 @@ name='pusher', version=VERSION, description='A Python library to interract with the Pusher Channels API', + long_description='A Python library to interract with the Pusher Channels API', + long_description_type='text/x-rst', url='https://github.com/pusher/pusher-http-python', author='Pusher', author_email='support@pusher.com',