From 15f95ef8766383305b83a78b3252e81ba3e5873c Mon Sep 17 00:00:00 2001 From: Antoine Le Calvez Date: Sat, 23 Mar 2024 15:32:04 +0100 Subject: [PATCH] Correct long description --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 214e177..da354c7 100644 --- a/setup.py +++ b/setup.py @@ -10,6 +10,8 @@ author='Antoine Le Calvez', author_email='antoine@p2sh.info', description='Bitcoin blockchain parser', + long_description=open('README.md').read(), + long_description_content_type='text/markdown', test_suite='blockchain_parser.tests', classifiers=[ 'Development Status :: 5 - Production/Stable',