From ae8c8b01bad6781755ce56f2d10813e817e5e5d5 Mon Sep 17 00:00:00 2001 From: nikto_b Date: Sat, 19 Jul 2025 01:25:23 +0300 Subject: [PATCH] Fix lib src path --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 38fbfdb..8d3cb22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] -packages = ["src/megasniff"] +packages = ["src/breakshaft"] [dependency-groups]