From cc62a4b5eb11b9e63a39069848b43f21f02b02c7 Mon Sep 17 00:00:00 2001 From: galaxyxxxxx Date: Mon, 23 Jun 2025 22:22:28 +0800 Subject: [PATCH] fix: mismatch main file name Change-Id: I198dfc7e5b180a9533b8f041f61e6a41722c0db3 --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c522867..02a1151 100755 --- a/README.md +++ b/README.md @@ -187,7 +187,7 @@ uv run mypy src/ ``` claude-code-proxy/ ├── src/ -│ ├── claude_to_openai_server.py # Main server +│ ├── main.py # Main server │ ├── test_claude_to_openai.py # Tests │ └── [other modules...] ├── start_proxy.py # Startup script diff --git a/pyproject.toml b/pyproject.toml index bd7dcda..5f422f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ Repository = "https://github.com/holegots/claude-code-proxy.git" Issues = "https://github.com/holegots/claude-code-proxy/issues" [project.scripts] -claude-code-proxy = "src.claude_to_openai_server:main" +claude-code-proxy = "src.main:main" [tool.uv] dev-dependencies = [