Skip to content

Commit e167544

Browse files
committed
Fixed entry point for cli
1 parent 23e3145 commit e167544

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "openapi-python-generator"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Openapi Python Generator"
55
authors = ["Marco Müllner <[email protected]>"]
66
license = "MIT"
@@ -53,7 +53,7 @@ myst-parser = {version = ">=0.16.1"}
5353
pytest-cov = "^3.0.0"
5454

5555
[tool.poetry.scripts]
56-
openapi-python-generator = "openapi_python_generator.__main__:main"
56+
openapi-python-generator = "openapi_python_generator.__main__:app"
5757

5858
[tool.coverage.paths]
5959
source = ["src", "*/site-packages"]

0 commit comments

Comments
 (0)