Skip to content

Commit fe580ec

Browse files
committed
✨ feat: add py.typed file to indicate package supports type hints
1 parent de76538 commit fe580ec

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

convex_api/py.typed

Whitespace-only changes.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
'dev': dev_requirements + test_requirements + docs_requirements,
6868
},
6969
install_requires=install_requirements,
70+
package_data={'convex_api': ['py.typed']},
7071
license="Apache Software License 2.0",
7172
long_description=readme,
7273
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)