fix: mismatch main file name

Change-Id: I198dfc7e5b180a9533b8f041f61e6a41722c0db3
This commit is contained in:
galaxyxxxxx
2025-06-23 22:22:28 +08:00
parent 630e16b4cc
commit cc62a4b5eb
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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 = [