From 8613c3564bf4e9aa595eeec27b2488ab8543583d Mon Sep 17 00:00:00 2001 From: Kabir Goel Date: Mon, 2 Dec 2024 11:01:08 -0800 Subject: [PATCH] Use hatchling for building Setuptools is broken (https://github.com/astral-sh/uv/issues/9513) --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index d0f4365..682e8f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,10 @@ dependencies = [ "websockets>=10.4", ] +[build-system] +requires = ["hatchling"] +build-backend = "hatchling.build" + [tool.uv] dev-dependencies = [ "isort>=5.13.2",