From d4d81ca8875bfde5e3f9960757831552738ea12e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Mo=C3=9Fburger?= Date: Wed, 16 Oct 2024 11:07:48 +0200 Subject: [PATCH] Add py.typed to allow mypy type checking (#107) --- mo_gymnasium/py.typed | 0 pyproject.toml | 1 + 2 files changed, 1 insertion(+) create mode 100644 mo_gymnasium/py.typed diff --git a/mo_gymnasium/py.typed b/mo_gymnasium/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/pyproject.toml b/pyproject.toml index 5c5734e2..d4b42d55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,6 +73,7 @@ include = ["mo_gymnasium", "mo_gymnasium.*"] mo_gymnasium = [ "**/*.json", "**/assets/*", + "py.typed" ] # Linters and Test tools #######################################################