Skip to content

Commit

Permalink
chore: 使用 hatchling 进行构建
Browse files Browse the repository at this point in the history
  • Loading branch information
FHU-yezi committed Dec 5, 2024
1 parent fbbe6e6 commit 5c02380
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ dependencies = ["httpx[http2]", "msgspec"]
[tool.uv]
dev-dependencies = ["pyright>=1.1.0", "ruff>=0.8.0"]

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.ruff]
target-version = "py39"
lint.select = [
Expand Down

0 comments on commit 5c02380

Please sign in to comment.