We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
py.typed
1 parent e3c7550 commit 802342aCopy full SHA for 802342a
monic/py.typed
@@ -0,0 +1 @@
1
+# Marker file indicating that this package has type information.
pyproject.toml
@@ -42,3 +42,6 @@ include = '\.pyi?$'
42
43
[tool.mypy]
44
ignore_missing_imports = true
45
+
46
+[tool.setuptools.package-data]
47
+monic = ["py.typed"]
0 commit comments