Skip to content

Commit 8b2a0ac

Browse files
feat: add py.typed marker and package-data for PEP 561 type checking support
1 parent 8d20e2b commit 8b2a0ac

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
@@ -46,6 +46,9 @@ Documentation = "https://github.com/Coding-Dev-Tools/deploydiff#readme"
4646
[tool.setuptools.packages.find]
4747
where = ["src"]
4848

49+
50+
[tool.setuptools.package-data]
51+
"*" = ["py.typed"]
4952
[tool.pytest.ini_options]
5053
testpaths = ["tests"]
5154

src/deploydiff/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)