Skip to content

Commit 73d663c

Browse files
committed
chore: mark package as typed
Expose red-dwarf's inline type hints to downstream type checkers via the PEP 561 py.typed marker.
1 parent ad01a7a commit 73d663c

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
@@ -28,6 +28,9 @@ include = ["reddwarf*"]
2828
# See: https://github.com/ToucanToco/peakina/pull/957/files
2929
license-files = []
3030

31+
[tool.setuptools.package-data]
32+
reddwarf = ["py.typed"]
33+
3134
[tool.uv.sources]
3235
requests-cache = { git = "https://github.com/requests-cache/requests-cache", rev = "12af54ded36" }
3336

reddwarf/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)