Skip to content

Commit 2746532

Browse files
committed
fix: add py.typed to support type checkers like mypy
1 parent 8b48be7 commit 2746532

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

cloudbeds_pms/py.typed

Whitespace-only changes.

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,6 @@ where = ["."]
5858

5959
[tool.setuptools.dynamic]
6060
version = { file = "VERSION" }
61+
62+
[tool.setuptools.package-data]
63+
"cloudbeds_pms" = ["py.typed"]

0 commit comments

Comments
 (0)