From fb02d28ffaf427dc297947769f828784c46df040 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 21 Jan 2024 23:17:51 +0000 Subject: [PATCH] Fix github workflows --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9fb4329..761b6c9 100644 --- a/setup.py +++ b/setup.py @@ -17,5 +17,7 @@ install_requires=[ 'thrift', ], - zip_safe=False + zip_safe=False, + long_description=open('README.md').read(), + long_description_content_type='text/markdown', )