From b41ea8b33958cf7bcb5597564b540ad2840b275f Mon Sep 17 00:00:00 2001 From: Siddhant Sadangi Date: Fri, 27 Sep 2024 16:41:28 +0530 Subject: [PATCH] Revert "chore: Add py.typed file to pyproject.toml" This reverts commit 8efa81785b35a10839cc4c45c9bf57c487402236. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 58a2b1d93..6c62ebbc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -119,7 +119,6 @@ keywords = [ ] packages = [ { include = "neptune", from = "src" }, - { include = "neptune/py.typed", from = "src" }, ] [tool.poetry.urls]