Skip to content

Commit

Permalink
fix: include py.typed
Browse files Browse the repository at this point in the history
  • Loading branch information
drish committed May 9, 2024
1 parent a6ada08 commit d61e7ab
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 @@ -15,7 +15,7 @@
author_email="[email protected]",
url="https://github.com/resendlabs/resend-python",
packages=find_packages(exclude=["tests", "tests.*"]),
include_package_data=True,
package_data={"resend": ["py.typed"]},
install_requires=install_requires,
zip_safe=False,
python_requires=">=3.7",
Expand Down

0 comments on commit d61e7ab

Please sign in to comment.