Skip to content

Commit 753f067

Browse files
committed
Fix entrypoint func
1 parent d84ea23 commit 753f067

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires = [
77
]
88

99
[tool.poetry]
10-
version = "0"
10+
version = "7.10.0"
1111
authors = [
1212
"OpenAPI Generator community <team@openapitools.org>",
1313
]
@@ -46,7 +46,7 @@ taskipy = "^1.10.3"
4646
pytest = ">=7.2.2,<9.0.0"
4747

4848
[tool.poetry.scripts]
49-
openapi-generator = "openapi_generator_cli:run"
49+
openapi-generator = "openapi_generator_cli:cli"
5050

5151
[tool.black]
5252
line-length = 120

0 commit comments

Comments
 (0)