Add a py.typed file

This commit is contained in:
2022-05-09 06:21:47 +02:00
parent e4b7b7d11b
commit 6e8f0fa5a1
2 changed files with 1 additions and 0 deletions

0
earthsnake/py.typed Normal file
View File

View File

@@ -3,6 +3,7 @@ name = "earthsnake"
version = "0.1.0"
description = ""
authors = ["Gergely Polonkai <gergely@polonkai.eu>"]
include = ["earthsnake/py.typed"]
[tool.poetry.dependencies]
python = "^3.10"