Skip to content

Commit

Permalink
Merge pull request #507 from Jorgen-VikingGod/add-py-typed
Browse files Browse the repository at this point in the history
Add empty py.typed
  • Loading branch information
seperman authored Dec 6, 2024
2 parents d7e2a94 + 360c2f2 commit f86033f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file added deepdiff/py.typed
Empty file.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def get_reqs(filename):
author_email='sep@zepworks.com',
license='MIT',
packages=['deepdiff'],
package_data={"deepdiff": ["py.typed"]},
zip_safe=True,
include_package_data=True,
long_description=long_description,
Expand Down

0 comments on commit f86033f

Please sign in to comment.