Skip to content

Commit 42d1e7d

Browse files
committed
fix: add py.typed marker
This will remove any mypy error of packages using the SDK. This simply marks that this package support type annotations, which is already true.
1 parent bda6803 commit 42d1e7d

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

linkup/py.typed

Whitespace-only changes.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
],
2828
keywords="linkup api sdk client search",
2929
packages=find_packages(),
30+
package_data={"linkup": ["py.typed"]},
3031
python_requires=">=3.8",
3132
install_requires=[
3233
"httpx",

0 commit comments

Comments
 (0)