We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de76538 commit fe580ecCopy full SHA for fe580ec
convex_api/py.typed
setup.py
@@ -67,6 +67,7 @@
67
'dev': dev_requirements + test_requirements + docs_requirements,
68
},
69
install_requires=install_requirements,
70
+ package_data={'convex_api': ['py.typed']},
71
license="Apache Software License 2.0",
72
long_description=readme,
73
long_description_content_type='text/markdown',
0 commit comments