From 338532ff6d1e338b49ae13023978fcf9a97e240f Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Sat, 25 May 2024 09:56:43 +0200 Subject: [PATCH] fix(typing): move py.typed to src dir (#768) --- pyproject.toml | 2 +- py.typed => src/aioswitcher/py.typed | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename py.typed => src/aioswitcher/py.typed (100%) diff --git a/pyproject.toml b/pyproject.toml index da28f7f9..950a9c39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ "Topic :: Software Development :: Libraries :: Python Modules", "Typing :: Typed" ] -include = [ "py.typed" ] +include = [ ] exclude = [ ] [tool.poetry.dependencies] diff --git a/py.typed b/src/aioswitcher/py.typed similarity index 100% rename from py.typed rename to src/aioswitcher/py.typed