From dedb7c302b17df929efdff6251ffc987723e8cdf Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 20 Jan 2026 09:43:01 +0000 Subject: [PATCH 1/2] Initial plan From 2bef14111fd05bc1519a01c6b3bc6044c0d76ed2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 20 Jan 2026 09:45:15 +0000 Subject: [PATCH 2/2] fix: Correct package path configuration to src/bpdecoderplus Co-authored-by: GiggleLiu <6257240+GiggleLiu@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 900c42b..8491a2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] -packages = ["bpdecoderplus"] +packages = ["src/bpdecoderplus"] [tool.pytest.ini_options] testpaths = ["tests"]