diff --git a/pyproject.toml b/pyproject.toml index 713e4f0..b11aecd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,5 @@ dependencies = [ "httpx>=0.27", ] -[build-system] -requires = ["hatchling"] -build-backend = "hatchling.build" +[tool.uv] +package = false