Skip to content

Commit 9e8646d

Browse files
CopilotGiggleLiu
andauthored
[WIP] Update to address feedback from PR #35 for v0.1 release (#36)
* Initial plan * fix: Correct package path configuration to src/bpdecoderplus Co-authored-by: GiggleLiu <6257240+GiggleLiu@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: GiggleLiu <6257240+GiggleLiu@users.noreply.github.com>
1 parent 3e79a7e commit 9e8646d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ requires = ["hatchling"]
5959
build-backend = "hatchling.build"
6060

6161
[tool.hatch.build.targets.wheel]
62-
packages = ["bpdecoderplus"]
62+
packages = ["src/bpdecoderplus"]
6363

6464
[tool.pytest.ini_options]
6565
testpaths = ["tests"]

0 commit comments

Comments
 (0)