From 88d869d00f520c844475d4618547a92788544aac Mon Sep 17 00:00:00 2001 From: Masahiro Wada Date: Sat, 30 Apr 2022 09:09:22 +0000 Subject: [PATCH] chore: Add py.typed --- alfort/py.typed | 0 pyproject.toml | 1 + 2 files changed, 1 insertion(+) create mode 100644 alfort/py.typed diff --git a/alfort/py.typed b/alfort/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/pyproject.toml b/pyproject.toml index 1a634b5..0f48fe2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,7 @@ version = "0.0.0-dev" description = "" authors = ["Masahiro Wada "] license = "Apache-2.0" +include = ["alfort/py.typed"] [tool.poetry.dependencies] python = "^3.10"