Skip to content

Commit 802342a

Browse files
committed
Add py.typed to make linter happy
1 parent e3c7550 commit 802342a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

monic/py.typed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Marker file indicating that this package has type information.

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@ include = '\.pyi?$'
4242

4343
[tool.mypy]
4444
ignore_missing_imports = true
45+
46+
[tool.setuptools.package-data]
47+
monic = ["py.typed"]

0 commit comments

Comments
 (0)