Skip to content

Commit

Permalink
Use hatchling for building
Browse files Browse the repository at this point in the history
Setuptools is broken (astral-sh/uv#9513)
  • Loading branch information
kbrgl committed Dec 2, 2024
1 parent d9d26ee commit 8613c35
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 @@ -12,6 +12,10 @@ dependencies = [
"websockets>=10.4",
]

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

[tool.uv]
dev-dependencies = [
"isort>=5.13.2",
Expand Down

0 comments on commit 8613c35

Please sign in to comment.