You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with open('README.md', 'r') as f: long_description = f.read()
setup(
name='transpose_decoding_sdk',
version='1.0.5',
# meta
long_description=long_description,
long_description_content_type='text/markdown',
include_package_data=True,
description='The Transpose Decoding SDK is a Python package that makes decoding contract activity on EVM blockchains as simple as possible. Simply specify a contract address and ABI to start streaming historical or live activity across decoded logs, transactions, and traces.',