Skip to content

Commit

Permalink
Add py.typed
Browse files Browse the repository at this point in the history
  • Loading branch information
vxgmichel committed Jun 9, 2023
1 parent bfc253e commit a505abe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Empty file added aiostream/py.typed
Empty file.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
install_requires=["typing-extensions"],
setup_requires=["pytest-runner" if TESTING else ""],
tests_require=["pytest", "pytest-asyncio", "pytest-cov"],
package_data={
"aiostream": ["py.typed"],
},
description="Generator-based operators for asynchronous iteration",
long_description=long_description,
url="https://github.com/vxgmichel/aiostream",
Expand Down

0 comments on commit a505abe

Please sign in to comment.