Skip to content

Commit

Permalink
Merge pull request #336 from pcattori/include-types
Browse files Browse the repository at this point in the history
Include types
  • Loading branch information
pcattori committed Feb 13, 2020
2 parents 5f5b952 + a14bc9a commit fc6b163
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ classifiers = [
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8"
]
packages = [
{ include = "tamr_client" },
{ include = "tamr_unify_client" },
]
include = ["tamr_client/py.typed"]

[tool.poetry.dependencies]
python = "^3.6"
Expand Down
Empty file added tamr_client/py.typed
Empty file.

0 comments on commit fc6b163

Please sign in to comment.