From 1c1d4bf6a34d8423ef21544618324651ed53ce30 Mon Sep 17 00:00:00 2001 From: Sidhant Panda Date: Wed, 31 Jul 2024 21:33:18 +0530 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6b514d61..e8fdcf65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ keywords = ["OpenAPI", "OpenAPI-Generator", "onelens-backend"] include = ["onelens_backend_client/py.typed", "onelens_backend_client_v2/py.typed"] packages = [ { include = "onelens_backend_client" }, - { include = "onelens_backend_client_v2" } + { include = "onelens_backend_client_v2", from = "." } ] [tool.poetry.dependencies] @@ -74,4 +74,4 @@ disallow_any_generics = true #no_implicit_reexport = true # ### This one can be tricky to get passing if you use a lot of untyped libraries -#warn_return_any = true +#warn_return_any = true \ No newline at end of file