8146f0c135
Removes hatchling build-system — this is a script project, not a Python library, so uv should only manage the virtualenv dependencies.
13 lines
224 B
TOML
13 lines
224 B
TOML
[project]
|
|
name = "gitea-platform-mcp"
|
|
version = "0.2.0"
|
|
description = "Full Gitea platform management via MCP"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"mcp[cli]>=1.0",
|
|
"httpx>=0.27",
|
|
]
|
|
|
|
[tool.uv]
|
|
package = false
|