Skip to content

Commit

Permalink
mark dedupe as typed
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Jan 17, 2023
1 parent f8f0627 commit 9d527ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Empty file added dedupe/py.typed
Empty file.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ build-backend = "setuptools.build_meta"
[tool.setuptools]
packages = ["dedupe", "dedupe.variables"]

[tool.setuptools.package-data]
dedupe = ["py.typed"]

[tool.mypy]
plugins = "numpy.typing.mypy_plugin"
files = "dedupe"
Expand Down

0 comments on commit 9d527ac

Please sign in to comment.