update console scripts entry point

This commit is contained in:
2026-01-02 10:09:48 +00:00
parent 51f76ea9ad
commit b994220f08

View File

@@ -9,7 +9,7 @@ setup(
],
entry_points={
"console_scripts": [
"myproject=myproject.main:main"
"genai_gateway=genai_gateway.main:main"
]
},
)