Skip to content

Commit 227f3f6

Browse files
committed
Explicitly add py.typed for setuptools
1 parent 2321a43 commit 227f3f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ Documentation = "https://maxminddb.readthedocs.org/"
3838
"Source Code" = "https://github.com/maxmind/MaxMind-DB-Reader-python"
3939
"Issue Tracker" = "https://github.com/maxmind/MaxMind-DB-Reader-python/issues"
4040

41+
[tool.setuptools.package-data]
42+
maxminddb = ["py.typed"]
43+
4144
[tool.black]
4245
# src is showing up in our GitHub linting builds. It seems to
4346
# contain deps.

0 commit comments

Comments
 (0)