Skip to content

Commit

Permalink
add error mapping file to package
Browse files Browse the repository at this point in the history
  • Loading branch information
gokselcoban committed Apr 13, 2023
1 parent e78815b commit d4a1012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
install_requires=["py-algorand-sdk >= 1.10.0"],
packages=setuptools.find_packages(),
python_requires=">=3.8",
package_data={"tinyman.v1": ["asc.json"], "tinyman.v2": ["amm_approval.map.json"]},
package_data={"tinyman.v1": ["asc.json"], "tinyman.v2": ["amm_approval.map.json", "swap_router_approval.map.json"]},
include_package_data=True,
)

0 comments on commit d4a1012

Please sign in to comment.