mirror of
https://github.com/fuergaosi233/claude-code-proxy.git
synced 2025-07-26 20:20:31 +03:00
fix: mismatch main file name
Change-Id: I198dfc7e5b180a9533b8f041f61e6a41722c0db3
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user