Skip to content

Commit c08e589

Browse files
authored
Merge pull request #5 from cloudbeds/fix/add-py.typed-support
fix: add py.typed to support type checkers like mypy
2 parents 8b48be7 + 2746532 commit c08e589

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)