Yash030 commited on
Commit
981da17
·
1 Parent(s): 7745218

Remove readme reference from pyproject.toml

Browse files
Files changed (1) hide show
  1. 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 - Free Claude Code through NVIDIA NIM models"
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",