Skip to content

Commit ee3f7ae

Browse files
committed
add CLI entry point py-openapi-tools to project scripts in pyproject.toml
1 parent a8de27e commit ee3f7ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ dependencies = [
1616
"hatchling>=1.28.0",
1717
]
1818

19+
[project.scripts]
20+
py-openapi-tools = "py_openapi_tools.reader:main"
21+
1922
[tool.ruff]
2023
# Exclude a variety of commonly ignored directories.
2124
exclude = [

0 commit comments

Comments
 (0)