py.typed file added indication packet uses type annotations

This commit is contained in:
Nicolas 2025-07-06 17:16:45 +02:00
parent 5f6147c2b9
commit 726e6c7de0
2 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ build-backend = "setuptools.build_meta"
where = ["src"] where = ["src"]
[tool.setuptools.package-data] [tool.setuptools.package-data]
pyladoc = ["templates/*"] pyladoc = ["templates/*", "py.typed"]
[tool.mypy] [tool.mypy]
files = ["src"] files = ["src"]

0
src/pyladoc/py.typed Normal file
View File