Skip to content

Commit a30658a

Browse files
committed
Add data files to setup instructions
1 parent 9bc1570 commit a30658a

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

celo_sdk/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
wallet,
44
tests,
55
kit,
6+
utils,
67
)

celo_sdk/utils/__init__.py

Whitespace-only changes.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
author="BlaizeTech",
1313
author_email="[email protected]",
1414
description="Celo Python SDK to work with smart contracts",
15+
data_files=[("registry_contracts", ["celo_sdk/registry_contracts.json"])],
1516
long_description=long_description,
1617
long_description_content_type="text/markdown",
1718
url="",

0 commit comments

Comments
 (0)