Skip to content

Commit 37acf55

Browse files
committed
Add py.typed for mypy support
1 parent 7551fa4 commit 37acf55

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ samp-rcon = "samp_query.rcon:run"
2828
requires = ["hatchling"]
2929
build-backend = "hatchling.build"
3030

31+
[tool.hatch.build]
32+
include = [
33+
"samp_query/**.py",
34+
"samp_query/py.typed",
35+
]
36+
3137
[tool.flake8]
3238
exclude = [
3339
".git",

0 commit comments

Comments
 (0)