From 7f700733019aaac820b2d9232e26b981810324df Mon Sep 17 00:00:00 2001 From: dceoy <1938249+dceoy@users.noreply.github.com> Date: Sun, 7 Jun 2026 23:47:32 +0900 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3ecd22b..a9d0071 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,10 +48,6 @@ dev = [ "pymdown-extensions >= 10.21.2", ] -[tool.uv.build-backend] -source-include = ["mt5cli/**", "LICENSE"] -source-exclude = ["tests/**"] - [tool.ruff] line-length = 88 exclude = ["build", ".venv"]