Skip to content

Commit

Permalink
[mypy] Add py.typed (#1641)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdittrich92 authored Jun 12, 2024
1 parent 0f1f7f6 commit 4d9552b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Empty file added doctr/py.typed
Empty file.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ zip-safe = true
[tool.setuptools.packages.find]
exclude = ["api*", "demo*", "docs*", "notebooks*", "references*", "scripts*", "tests*"]

[tool.setuptools.package-data]
doctr = ["py.typed"]

[tool.mypy]
files = "doctr/"
show_error_codes = true
Expand Down

0 comments on commit 4d9552b

Please sign in to comment.