From a9e5575aa4b1fb08d07932f24e906cfc9c6c871d Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Wed, 23 Sep 2020 19:23:24 -0700 Subject: [PATCH] Add a py.typed file --- pyproject.toml | 1 + tomlkit/py.typed | 0 2 files changed, 1 insertion(+) create mode 100644 tomlkit/py.typed diff --git a/pyproject.toml b/pyproject.toml index 6c3aea4d..2e692669 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,7 @@ packages = [ {include = "tomlkit"}, {include = "tests", format = "sdist"} ] +include = ["tomlkit/py.typed"] [tool.poetry.dependencies] python = "~2.7 || ^3.5" diff --git a/tomlkit/py.typed b/tomlkit/py.typed new file mode 100644 index 00000000..e69de29b