Fix CLI entry point in pyproject.toml

This commit is contained in:
Nenad Ilic 2025-04-26 15:06:37 +02:00
parent bfa1482f82
commit de5bb421eb

View File

@ -20,4 +20,4 @@ build-backend = "setuptools.build_meta"
where = ["."] where = ["."]
[project.scripts] [project.scripts]
claudex = "claudex.proxy:app" claudex = "claudex.main:main"