Skip to content

Commit 4171171

Browse files
committed
fix: update package name
1 parent 4f77190 commit 4171171

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.poetry]
2-
name = "openapi_client"
2+
name = "codegen_api_client"
33
version = "1.0.0"
44
description = "Developer API"
55
authors = ["OpenAPI Generator Community <[email protected]>"]
@@ -72,9 +72,7 @@ disallow_any_generics = true
7272
#warn_return_any = true
7373

7474
[[tool.mypy.overrides]]
75-
module = [
76-
"openapi_client.configuration",
77-
]
75+
module = ["openapi_client.configuration"]
7876
warn_unused_ignores = true
7977
strict_equality = true
8078
extra_checks = true

0 commit comments

Comments
 (0)