Files
jianda-proxy/pyproject.toml
2026-05-28 17:38:44 +08:00

16 lines
385 B
TOML

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "jianda-proxy"
version = "0.1.0"
description = "HTTP proxy for Gitea LFS — rewrites Host header to bypass ICP domain block"
requires-python = ">=3.8"
dependencies = []
[project.scripts]
jianda-proxy = "jianda_proxy.cli:main"
[tool.hatch.build.targets.wheel]
packages = ["src/jianda_proxy"]