From 1f7b92acd13e6cfee391e6c83d2177224325fe87 Mon Sep 17 00:00:00 2001 From: Thomas M Date: Thu, 25 Mar 2021 12:14:45 +0000 Subject: [PATCH] Include py.typed in the package See python-poetry/poetry#1338 and also https://python-poetry.org/docs/pyproject/#packages --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ae8b48a3..743142bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,8 +38,8 @@ authors = ["PAL "] license = "Apache License 2.0" packages = [ { include = "kit" }, - { include = "kit/py.typed" } ] +include=["kit/py.typed"] classifiers=[ "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8",