Add a py.typed file

This commit is contained in:
Gergely Polonkai 2022-05-09 06:21:47 +02:00
parent e4b7b7d11b
commit 6e8f0fa5a1
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
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" version = "0.1.0"
description = "" description = ""
authors = ["Gergely Polonkai <gergely@polonkai.eu>"] authors = ["Gergely Polonkai <gergely@polonkai.eu>"]
include = ["earthsnake/py.typed"]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.10" python = "^3.10"