Skip to content

Commit

Permalink
Add py.typed. (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
wRAR authored May 7, 2024
1 parent 0272c0c commit 5fe228a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Empty file added itemloaders/py.typed
Empty file.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
author_email="[email protected]",
license="BSD",
packages=find_packages(exclude=("tests", "tests.*")),
package_data={
"itemadapter": ["py.typed"],
},
include_package_data=True,
zip_safe=False,
classifiers=[
Expand Down

0 comments on commit 5fe228a

Please sign in to comment.