Skip to content

Commit 8948197

Browse files
committed
Fix package_data
1 parent 2ab9836 commit 8948197

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
description="Tinyman Python SDK",
1010
author="Tinyman",
1111
author_email="hello@tinyman.org",
12-
version="2.1.1",
12+
version="2.1.2",
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",
1515
license="MIT",
@@ -22,6 +22,7 @@
2222
package_data={
2323
"tinyman.v1": ["asc.json"],
2424
"tinyman.v2": ["amm_approval.map.json", "swap_router_approval.map.json"],
25+
"tinyman.liquid_staking": ["structs.json"],
2526
},
2627
include_package_data=True,
2728
)

0 commit comments

Comments
 (0)