Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sidpan1 committed Jul 31, 2024
1 parent 2a296f5 commit 1c1d4bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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

0 comments on commit 1c1d4bf

Please sign in to comment.