Skip to content

Commit

Permalink
Merge pull request #23 from ImageMarkup/add-py-typed
Browse files Browse the repository at this point in the history
Add py.typed file for type checking
  • Loading branch information
danlamanna authored Dec 19, 2023
2 parents c35d96a + 6ea2aa3 commit c6bd0de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Empty file added isic_metadata/py.typed
Empty file.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@
python_requires=">=3.9",
install_requires=["pandas", "numpy", "pydantic>=2.4"],
packages=find_packages(),
# needed to py.typed
include_package_data=True,
)

0 comments on commit c6bd0de

Please sign in to comment.