From 2520c7f4905e159e47fae693b9a5a4771f21d64d Mon Sep 17 00:00:00 2001 From: fireblocks_dx_team Date: Tue, 2 Jul 2024 11:03:21 +0000 Subject: [PATCH] Generated SDK #9385 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index d1b349d..d46ab7f 100644 --- a/setup.py +++ b/setup.py @@ -35,6 +35,7 @@ with open("README.md", "r", encoding="utf-8") as f: long_description = f.read() + long_description = re.sub(r'(?<=\()docs/', 'https://github.com/fireblocks/py-sdk/tree/master' + '/docs/', long_description) setup( name=NAME,