Skip to content

Commit

Permalink
Add py.typed for mypy compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroPerpetua committed Feb 26, 2023
1 parent d415156 commit 65f8715
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file added pdf2image/py.typed
Empty file.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@
keywords="pdf image png jpeg jpg convert",
packages=find_packages(exclude=["contrib", "docs", "tests"]),
install_requires=["pillow"],
package_data={"pdf2image": ["py.typed"]},
)

0 comments on commit 65f8715

Please sign in to comment.