diff --git a/inboard/py.typed b/inboard/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/pyproject.toml b/pyproject.toml index 71ed189..dbfe982 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,7 @@ authors = ["Brendon Smith "] license = "MIT" homepage = "https://github.com/br3ndonland/inboard" readme = "README.md" +include = ["inboard/py.typed"] [tool.poetry.dependencies] python = "^3.8"