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.
2 parents a78d419 + 227f3f6 commit 8ff4a63Copy full SHA for 8ff4a63
MANIFEST.in
@@ -1,3 +1,4 @@
1
+exclude .* .github/**/* dev-bin/*
2
include HISTORY.rst README.rst LICENSE maxminddb/py.typed maxminddb/extension.pyi
3
recursive-include extension/libmaxminddb/include *.h
4
recursive-include extension/libmaxminddb/src *.c *.h
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