Skip to content

Commit 4f4c639

Browse files
committed
Add strict typing
1 parent e851054 commit 4f4c639

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ dependencies = [
3131
[tool.setuptools.packages.find]
3232
include = ["tesla_fleet_api*"]
3333

34+
[tool.setuptools.package-data]
35+
tesla_fleet_api = ["py.typed"]
36+
3437
[tool.ruff]
3538
exclude = ["tesla_fleet_api/tesla/vehicle/proto/*"]
3639

tesla_fleet_api/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)