Spaces:
Running
Running
Remove readme reference from pyproject.toml
Browse files- pyproject.toml +1 -2
pyproject.toml
CHANGED
|
@@ -5,8 +5,7 @@ build-backend = "hatchling.build"
|
|
| 5 |
[project]
|
| 6 |
name = "free-claude-code"
|
| 7 |
version = "2.0.0"
|
| 8 |
-
description = "Middleware between Claude Code CLI (Anthropic API) and NVIDIA NIM
|
| 9 |
-
readme = "README.md"
|
| 10 |
requires-python = ">=3.12"
|
| 11 |
dependencies = [
|
| 12 |
"fastapi[standard]>=0.136.1",
|
|
|
|
| 5 |
[project]
|
| 6 |
name = "free-claude-code"
|
| 7 |
version = "2.0.0"
|
| 8 |
+
description = "Middleware between Claude Code CLI (Anthropic API) and NVIDIA NIM"
|
|
|
|
| 9 |
requires-python = ">=3.12"
|
| 10 |
dependencies = [
|
| 11 |
"fastapi[standard]>=0.136.1",
|