Skip to content

Commit

Permalink
Add py.typed file (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy-Grigg authored Feb 20, 2024
1 parent 3bf06c9 commit 860f15f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
packages = [
{ include = "**/*.py", from = "src" }
{ include = "**/*.py", from = "src" },
{ include = "**/py.typed", from = "src" }
]

[tool.poetry.dependencies]
Expand Down
Empty file.

0 comments on commit 860f15f

Please sign in to comment.