Skip to content

Commit

Permalink
Add py.typed
Browse files Browse the repository at this point in the history
  • Loading branch information
NoamNol committed Sep 15, 2024
1 parent 2e44f83 commit 0e6be3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Empty file added gematriapy/py.typed
Empty file.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
long_description_content_type="text/markdown",
url="https://github.com/NoamNol/gematriapy",
packages=['gematriapy'],
package_data={
'gematriapy': ['py.typed'],
},
license="MIT",
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 0e6be3a

Please sign in to comment.