We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2321a43 commit 227f3f6Copy full SHA for 227f3f6
pyproject.toml
@@ -38,6 +38,9 @@ Documentation = "https://maxminddb.readthedocs.org/"
38
"Source Code" = "https://github.com/maxmind/MaxMind-DB-Reader-python"
39
"Issue Tracker" = "https://github.com/maxmind/MaxMind-DB-Reader-python/issues"
40
41
+[tool.setuptools.package-data]
42
+maxminddb = ["py.typed"]
43
+
44
[tool.black]
45
# src is showing up in our GitHub linting builds. It seems to
46
# contain deps.
0 commit comments