Skip to content

Commit

Permalink
✨ feat: add py.typed file to indicate package supports type hints
Browse files Browse the repository at this point in the history
  • Loading branch information
superstructor committed May 28, 2023
1 parent de76538 commit fe580ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file added convex_api/py.typed
Empty file.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
'dev': dev_requirements + test_requirements + docs_requirements,
},
install_requires=install_requirements,
package_data={'convex_api': ['py.typed']},
license="Apache Software License 2.0",
long_description=readme,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit fe580ec

Please sign in to comment.