Skip to content

Commit 8ef3361

Browse files
authored
Merge pull request #73 from fireblocks/fireblocks-api-spec/generated/7647
Generated SDK #7647
2 parents d7f248d + 8bbea25 commit 8ef3361

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
""" # noqa: E501
1414

1515

16+
import re
1617
from setuptools import setup, find_packages # noqa: H301
1718

1819
# To install the library, run the following
@@ -35,6 +36,7 @@
3536

3637
with open("README.md", "r", encoding="utf-8") as f:
3738
long_description = f.read()
39+
long_description = re.sub(r'(?<=\()docs/', 'https://github.com/fireblocks/py-sdk/tree/master' + '/docs/', long_description)
3840

3941
setup(
4042
name=NAME,

0 commit comments

Comments
 (0)