Skip to content

Commit

Permalink
chore: add manifests as package resources to package
Browse files Browse the repository at this point in the history
  • Loading branch information
fubuloubu committed Jun 7, 2024
1 parent bd6b26e commit 5c44162
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 @@ -63,7 +63,7 @@
zip_safe=False,
keywords="ethereum",
packages=find_packages(exclude=["tests", "tests.*"]),
package_data={"uniswap_sdk": ["py.typed"]},
package_data={"uniswap_sdk": ["py.typed", "*.json"]},
classifiers=[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 5c44162

Please sign in to comment.