Skip to content

Commit da4e965

Browse files
fix #751: add package_data (#752)
--------- Co-authored-by: Mark Story <[email protected]>
1 parent 284e7c3 commit da4e965

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@
5050
long_description=open("README.rst", encoding="utf-8").read(),
5151
long_description_content_type="text/x-rst",
5252
packages=["responses"],
53+
package_data={
54+
"responses": ["py.typed"],
55+
},
5356
zip_safe=False,
5457
python_requires=">=3.8",
5558
install_requires=install_requires,

0 commit comments

Comments
 (0)