From b735083337ffc08ca2b5bd7bf234b4a1bc0e1a9e Mon Sep 17 00:00:00 2001 From: TheMade4 <91578379+TheMade4@users.noreply.github.com> Date: Sun, 3 Dec 2023 22:24:05 +0400 Subject: [PATCH] Update setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e67e492..33bee33 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,8 @@ setuptools.setup( name='binary-stream', version='1.0.0.dev0', - description=open('README.md').read(), + long_description=open('README.md').read(), + long_description_content_type='text/markdown', license='MIT License', author='TheMade4', url='https://github.com/TheMade4/BinaryStream',