Skip to content

Commit

Permalink
fix #751: add package_data (#752)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Mark Story <mark@mark-story.com>
  • Loading branch information
YonatanGreenfeld and markstory authored Jan 13, 2025
1 parent 284e7c3 commit da4e965
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
long_description=open("README.rst", encoding="utf-8").read(),
long_description_content_type="text/x-rst",
packages=["responses"],
package_data={
"responses": ["py.typed"],
},
zip_safe=False,
python_requires=">=3.8",
install_requires=install_requires,
Expand Down

0 comments on commit da4e965

Please sign in to comment.