From 6e8f0fa5a1d51f69fe93903d08bbb69d42876c03 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 9 May 2022 06:21:47 +0200 Subject: [PATCH] Add a py.typed file --- earthsnake/py.typed | 0 pyproject.toml | 1 + 2 files changed, 1 insertion(+) create mode 100644 earthsnake/py.typed diff --git a/earthsnake/py.typed b/earthsnake/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/pyproject.toml b/pyproject.toml index d9daf3c..f0fe692 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,6 +3,7 @@ name = "earthsnake" version = "0.1.0" description = "" authors = ["Gergely Polonkai "] +include = ["earthsnake/py.typed"] [tool.poetry.dependencies] python = "^3.10"