Skip to content

Commit

Permalink
Generated SDK #7647
Browse files Browse the repository at this point in the history
  • Loading branch information
fireblocks_dx_team committed Jul 2, 2024
1 parent d7f248d commit 8bbea25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
""" # noqa: E501


import re
from setuptools import setup, find_packages # noqa: H301

# To install the library, run the following
Expand All @@ -35,6 +36,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,
Expand Down

0 comments on commit 8bbea25

Please sign in to comment.