Skip to content

Commit

Permalink
add py.typed file to package data in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-kklein committed Mar 11, 2022
1 parent b8393e7 commit 1e858ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
setuptools.setup(
setup_requires=['pbr'],
pbr=True,
package_data={"aioresponses": ["py.typed"]}
)

0 comments on commit 1e858ea

Please sign in to comment.